User:Giraffer/Themes/PurpleDark.css

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{
	filter: invert(85%) hue-rotate(200deg) grayscale(35%);
	
}

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

.mw-panel {
	filter: invert(85%) hue-rotate(200deg);

}

.mw-footer {
	filter: invert(85%) hue-rotate(200deg);

}

img{
	filter: invert(85%) hue-rotate(-200deg) grayscale(0%);

}

video {
	filter: invert(85%) hue-rotate(-150deg) grayscale(0%);

}