all repos — searchix @ 3fd832b8f86641ea6046a776dda8f54a17834d7b

Search engine for NixOS, nix-darwin, home-manager and NUR users

fix(css): barely-visible text in dark mode

Alan Pearce
commit

3fd832b8f86641ea6046a776dda8f54a17834d7b

parent

67e1a28ad3972a31bb995eaeec83434221ed5cf6

1 file changed, 7 insertions(+), 2 deletions(-)

jump to
M frontend/static/style.cssfrontend/static/style.css
@@ -1,9 +1,14 @@
:root { --standard-border-radius: 0; - --text: black; - --text-light: #212121; --preformatted: var(--code); --min-width: 60rem; +} + +@media (prefers-color-scheme: light) { + :root { + --text: black; + --text-light: #212121; + } } body {