MediaWiki:Vector.css: Difference between revisions

245 bytes added ,  23:56, 26 August 2021
page history font color issue fix
(fix math/latex colors)
(page history font color issue fix)
Line 463: Line 463:
     background: var(--qud-color-k);
     background: var(--qud-color-k);
     color: var(--body-color);
     color: var(--body-color);
}
/* Fix dark font color in selected nodes of page history */
#pagehistory li.selected {
    color: var(--body-color);
}
#pagehistory li.selected span.comment.comment--without-parentheses {
    color: var(--qud-color-y);
    font-weight: bold;
}
}