do not override text color if its already being set
This commit is contained in:
parent
bd9945b24b
commit
0076cbb971
@ -58,7 +58,7 @@ figure[data-lang].big svg {
|
|||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text {
|
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text:not([fill^='var']) {
|
||||||
fill: var(--theme-text-body);
|
fill: var(--theme-text-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user