MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
background: rgba(0,0,0,1) !important; | background: rgba(0,0,0,1) !important; | ||
color: #FFFFFF !important; | color: #FFFFFF !important; | ||
} | |||
.header-container a { | |||
color: rgba(255,255,255,1) !important; | |||
} | |||
.header-container .minerva-icon { | |||
filter: invert(100%); | |||
} | } |
Revision as of 09:50, 24 April 2024
/* CSS placed here will be applied to all skins */ .header-container { background: rgba(0,0,0,1) !important; color: #FFFFFF !important; } .header-container a { color: rgba(255,255,255,1) !important; } .header-container .minerva-icon { filter: invert(100%); }