diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index c1c4658..d0e0e4b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -64,3 +64,10 @@ h3 { font-size: 32px; } background-color: var(--fg); } +@media (prefers-color-scheme: light) { + .subtile { + opacity: .6; + color: var(--fg); + } +} + |