Jump to content

User:DancingGrumpyCat/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
:root{
	background-color: rgb(39,38,39);
	filter: invert(87%) hue-rotate(180deg);
}

a {
	color: #449;
}

a:visited {
	color: #948;
}

.mw-parser-output #mp-welcome {
    font-size: 200%;
    font-family: "Minion Pro";
}

pre, code, .mwcode {
	font-family: "Fira Code", monospace;
	font-weight: inherit;
}

.na, .k {
    color: #47f;
}

.mw-highlight .nc {
	font-style: italic;
}

img {
    filter: invert(100%) hue-rotate(180deg);
}

.mwe-math-fallback-image-inline {
	filter: invert(0%);
}

.mw-wiki-logo {
	visibility: visible;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/Wikipedia_logo_dark-mode.svg/418px-Wikipedia_logo_dark-mode.svg.png);
	filter: invert(100%) hue-rotate(180deg);
}

.mw-editfont-monospace { font-family: 'DM Mono'; }
.firstHeading {
	font-family: 'Times';
	font-weight: 500;
}
*/