all repos — searchix @ bfa2851e2a6d1800569ea5c451242bdf7f96dcac

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

fix: make error text readable in in dark mode

Alan Pearce
commit

bfa2851e2a6d1800569ea5c451242bdf7f96dcac

parent

8b30185c17b2baba5fb8fd849b38067471f1b4cf

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M frontend/static/style.cssfrontend/static/style.css
@@ -3,13 +3,14 @@ --sans-font: -apple-system, BlinkMacSystemFont, sans-serif;
--standard-border-radius: 0; --preformatted: var(--code); --min-width: 80rem; - --accent-error: #ffe0e0; + --accent-error: #54322c; } @media (prefers-color-scheme: light) { :root { --text: black; --text-light: #212121; + --accent-error: #ffe0e0; } }