MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .vector-header-container .mw-header { background-color: #0e2050; color: white; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
.vector-header-container .mw-header { | .vector-header-container .mw-header { | ||
background-color: #0e2050; | background-color: #0e2050; | ||
color: white; | |||
} | |||
.vector-header-container .mw-header a, | |||
.vector-header-container .mw-header a:visited { | |||
color: white; | color: white; | ||
} | } | ||
Revision as of 02:22, 27 January 2026
/* CSS placed here will be applied to all skins */
.vector-header-container .mw-header {
background-color: #0e2050;
color: white;
}
.vector-header-container .mw-header a,
.vector-header-container .mw-header a:visited {
color: white;
}