+
{books.map((book, index) => (
))}
diff --git a/src/index.css b/src/index.css
index fe426db..5b578eb 100644
--- a/src/index.css
+++ b/src/index.css
@@ -15,10 +15,11 @@ body {
font-family: Inter, system-ui, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- background: rgba(54, 54, 69, 0.05) none repeat scroll 0% 0%;
- color: rgb(54, 54, 69);
+ background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
+ color: #000;
}
code {
- font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
-}
\ No newline at end of file
+ font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
+ monospace;
+}