diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-30 12:52:46 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-30 12:52:46 +0200 |
commit | 2a0b62d48e9c63246d1f8935acc9756137dd8fd2 (patch) | |
tree | fecc7d189ee4dc003d86bd27be9a1b1e196a94c7 /styles/globals.css | |
parent | 627166edff0d7c32a99f330c83fb98891a68fc81 (diff) |
light mode css
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); + } +} + |