From 28a308bb6ac6df182094dd4ae9521c86b5f8419b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 29 Mar 2025 21:37:35 -0500 Subject: use darker text instead of lower opacity --- assets/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css index 278bac3..db782e8 100644 --- a/assets/stylesheets/style.css +++ b/assets/stylesheets/style.css @@ -67,12 +67,12 @@ main, footer{ #publishing a { color: #555 } #publishing a:not(:last-child)::after { content: "," } +footer span, #copyright, #theme-copyright { text-align: center; display: block; - opacity: .2; - color: #fff; margin: .25em; + color: #6a6a6a; } /* elements */ -- cgit v1.2.3