Jump to content

User:IYY/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
IYY (talk | contribs)
No edit summary
IYY (talk | contribs)
No edit summary
Line 1: Line 1:
body, .mw-body, .mw-head {
body, .mw-body, #mw-head {
background: #15202B;
background: #15202B;
border: none;
border: none;
Line 12: Line 12:
color: #7badff;
color: #7badff;
}
}

.thumbinner {
background: transparent;
}

.mw-wiki-logo {
filter: invert(1);
}

.vector-menu-tabs li {
background: none;
}
}

Revision as of 06:01, 2 November 2021

body, .mw-body, #mw-head {
background: #15202B;
border: none;
color: white;
}

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

a {
	color: #7badff;
}

.thumbinner {
  background: transparent;
}

.mw-wiki-logo {
	filter: invert(1);
}

.vector-menu-tabs li {
	background: none;
}