diff --git a/src/pages/logs/books.astro b/src/pages/logs/books.astro index 7430ef8..2c3d5e5 100644 --- a/src/pages/logs/books.astro +++ b/src/pages/logs/books.astro @@ -34,11 +34,18 @@ const today = new Date();

πŸ“š ΒΏDΓ³nde estΓ‘ la biblioteca?

-

{today.getFullYear()} - Currently Reading:

-

πŸ“– Maskiner som tenker

- {sortedYears.map(year => ( +

on the shelf

+ +

on the nightstand

+

πŸ“– Maskiner som tenker

+ {sortedYears.map(year => (
-
{year} - Finished

({booksByYear[year].length} entries)

+
{year}

({booksByYear[year].length} entries)

    { booksByYear[year].map((book) => ( diff --git a/src/styles/global.css b/src/styles/global.css index bbba801..33b8a1f 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -110,6 +110,7 @@ p { .borderbottom { border-bottom-width: 2px; border-color: var(--dark-3); + font-size: large; } .dark .borderbottom { @@ -210,4 +211,4 @@ blockquote { .dark blockquote { padding: 0 0 0 10px; border-left: 5px solid var(--light-1); -} \ No newline at end of file +}