MediaWiki:Vector.css: Difference between revisions

172 bytes added ,  23:45, 26 August 2021
fix math/latex colors
(adjustments for advanced search form)
(fix math/latex colors)
Line 463: Line 463:
     background: var(--qud-color-k);
     background: var(--qud-color-k);
     color: var(--body-color);
     color: var(--body-color);
}
/* Invert <math> formula color from black text to white */
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
    filter: hue-rotate(180deg) invert(1);
}
}