fix: Restore `!important` qualifier

This is required, because the <svg> element has an inline style with
`color-scheme: light dark`, which has higher specificity than our css
rule.
pull/7905/head
Felix Eckhofer 2 weeks ago
parent 3ba58f754d
commit 98c1bd22b8
No known key found for this signature in database
GPG Key ID: B4543DCDE458BF73

@ -766,7 +766,7 @@
overflow: auto;
svg {
color-scheme: light;
color-scheme: light !important;
&:first-child {
direction: ltr;

Loading…
Cancel
Save