From c96bcefa555c9ef133ff9634a0b1cf8489cda27d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 20 Oct 2024 14:49:05 -0300 Subject: css: firefox representation --- src/static/css/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/css/site.css b/src/static/css/site.css index 824c02ed..daabc6e8 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1117,6 +1117,11 @@ s.spoiler::selection { background: white; } +s.spoiler::-moz-selection { + color: black; + background: white; +} + progress { accent-color: var(--primary-color); } -- cgit 1.3.0-6-gf8a5