fix: diagram svg styling add `!important` qualifier for light scheme (#7905)

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/7914/head
Felix Eckhofer 6 months ago committed by GitHub
parent 3ba58f754d
commit 3dcf20ab6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save