revert to color override; text not high-contrast enough on like backgrounds
Some checks failed
Build and test / build-and-test (20.x) (push) Waiting to run
Build and test / build-and-test (18.x) (push) Has been cancelled

This commit is contained in:
James Brumond 2023-11-27 14:11:30 -08:00
parent beb80145a4
commit 1a09a51780
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -58,7 +58,8 @@ 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:not([fill^='var']) { /* figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text:not([fill^='var']) { */
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text {
fill: var(--theme-text-body); fill: var(--theme-text-body);
} }