diff options
-rw-r--r-- | src/static/css/site.css | 5 |
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); } |