« get me outta code hell

css: firefox representation - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-10-20 14:49:05 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-10-20 14:49:05 -0300
commitc96bcefa555c9ef133ff9634a0b1cf8489cda27d (patch)
treedadaf0d240837b0ba16c367fc0073014530ff338 /src/static
parentbb71489be98b6936f43d5e2b030276e928a86741 (diff)
css: firefox representation
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css5
1 files changed, 5 insertions, 0 deletions
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);
 }