User:Lord-Giganticus/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
.skin-vector-legacy .vector-menu-tabs .new a:visited { | .skin-vector-legacy .vector-menu-tabs .new a:visited { | ||
color: #a55858; | color: #a55858; | ||
} | |||
.mw-body, .parsoid-body { | |||
background-color: #090909; | |||
color: #8f959b; | |||
} | } |
Revision as of 21:12, 14 August 2022
body {
background-color: #090909;
}
#mw-head {
background-color: #000000;
}
#ca-view, #ca-nstab-user, #ca-talk, #ca-edit, #ca-history, #ca-unwatch {
background: #090909;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
color: #0645ad;
}
.skin-vector-legacy a.new:visited,
.skin-vector-legacy .vector-menu-tabs .new a,
.skin-vector-legacy .vector-menu-tabs .new a:visited {
color: #a55858;
}
.mw-body, .parsoid-body {
background-color: #090909;
color: #8f959b;
}