diff --git a/public/css/style.css b/public/css/style.css index ad3b959..85a0565 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -295,6 +295,11 @@ footer a, footer a:visited { * Archive */ +h2.year a, h2.year a:visited, +h2.month a, h2.month a:visited { + color: #000; +} + ul.archive { padding-left: 0; margin-left: 5%; @@ -323,6 +328,11 @@ ul.archive li time { } @media (prefers-color-scheme: dark) { + h2.year a, h2.year a:visited, + h2.month a, h2.month a:visited { + color: #ddd; + } + ul.archive li time { color: #919191; } diff --git a/templates/posts-archive.html b/templates/posts-archive.html index 7e20452..f6e837b 100644 --- a/templates/posts-archive.html +++ b/templates/posts-archive.html @@ -8,10 +8,10 @@ {% for year in years %}