MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Strugglers (talk | contribs) (Disable dark mode for syntaxhighlight blocks by applying it twice) |
||
| Line 1: | Line 1: | ||
/* Disable dark mode for syntaxhighlight blocks by applying it twice. */ | |||
.client-darkmode .mw-highlight pre { | |||
filter: invert(1) hue-rotate(180deg); | |||
} | |||
div.vectorTabs ul > li { | div.vectorTabs ul > li { | ||
background-image: url('/w/skins/bitfolk/tab-normal-fade.png'); | background-image: url('/w/skins/bitfolk/tab-normal-fade.png'); | ||
Latest revision as of 23:23, 27 October 2024
/* Disable dark mode for syntaxhighlight blocks by applying it twice. */
.client-darkmode .mw-highlight pre {
filter: invert(1) hue-rotate(180deg);
}
div.vectorTabs ul > li {
background-image: url('/w/skins/bitfolk/tab-normal-fade.png');
}
div.vectorTabs,
div.vectorTabs ul > li > span,
div#mw-head div.vectorMenu > h3 {
background-image: url(/w/skins/bitfolk/tab-break.png);
}
div.mw-body {
border-color: #5A725A;
}
a, div.vectorTabs ul > li > span > a {
color: #4962ED;
}
div#mw-panel div.portal div.body ul li a {
color: #597258;
}
h1, h2 {
border-bottom-color: #D3E6D2;
}
fieldset {
border-color: #597258;
}