User:Lord-Giganticus/common.css: Difference between revisions

From Super Mario Galaxy wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
background-color: #090909;
background-color: #090909;
     color: #8f959b;
     color: #8f959b;
}
h1, h2, h3, h4, h5, h6 {
color: #f5f5f5;
}
}

Revision as of 21:13, 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;
}

h1, h2, h3, h4, h5, h6 {
	color: #f5f5f5;
}