diff options
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 |
commit | c96bcefa555c9ef133ff9634a0b1cf8489cda27d (patch) | |
tree | dadaf0d240837b0ba16c367fc0073014530ff338 /src/static | |
parent | bb71489be98b6936f43d5e2b030276e928a86741 (diff) |
css: firefox representation
Diffstat (limited to 'src/static')
-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); } |