diff options
author | Tim Keller <tjkeller.xyz> | 2025-03-29 21:37:35 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-03-29 21:37:35 -0500 |
commit | 28a308bb6ac6df182094dd4ae9521c86b5f8419b (patch) | |
tree | 359c85a172c3f63366a2810614c356fc01457920 /assets/stylesheets/style.css | |
parent | 4fc1db8ed059f7f774b6d5f509383434cf792746 (diff) | |
download | hugo-theme-tjkbasic-28a308bb6ac6df182094dd4ae9521c86b5f8419b.tar.xz hugo-theme-tjkbasic-28a308bb6ac6df182094dd4ae9521c86b5f8419b.zip |
use darker text instead of lower opacity
Diffstat (limited to 'assets/stylesheets/style.css')
-rw-r--r-- | assets/stylesheets/style.css | 4 |
1 files 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 */ |