MediaWiki:Common.css: Difference between revisions

From Eternum McEdition
Jump to navigationJump to search
Replaced content with ":root{ filter: invert(85%); } .mw-footer { filter: invert(85%); } .mw-panel { filter: invert(85%) hue-rotate(180deg); } img{ filter: invert(100%) hue-rotate(0deg) grayscale(0%); } .mw-body-content a:visited { color: #0645AD !IMPORTANT; } .mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }"
Tag: Replaced
No edit summary
Line 19: Line 19:
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }
body { font-size:large; }

Revision as of 12:47, 5 August 2024

:root{
    filter: invert(85%);
    
}

.mw-footer {
    filter: invert(85%);
}
.mw-panel {
   filter: invert(85%) hue-rotate(180deg);
}

img{
	filter: invert(100%) hue-rotate(0deg) grayscale(0%);

}

.mw-body-content a:visited { color: #0645AD !IMPORTANT; }
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }
body { font-size:large; }