« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);
 }