MediaWiki:Gadget-TimelessDarkMode.css: Difference between revisions

From Super Smash Bros. Ultimate Mods Wiki
No edit summary
mNo edit summary
 
Line 1: Line 1:
body {
body {
color: #ddd;
color: #ddd;
}
body a:not(.new) {
color: #1af;
}
}



Latest revision as of 23:27, 7 May 2025

body {
	color: #ddd;
}

body a:not(.new) {
	color: #1af;
}

.timeless-logo img {
	filter: invert(1);
}

#mw-header-container {
	background-color: #050505;
	color: #dedede;
}

#personal h2 {
	color: #252525;
	filter: invert(1);
}

#personal-extra ul {
	filter: invert(1);
}

#p-logo-text a {
	color: #dedede;
}

#simpleSearch {
	background-color: #727882;
}

#simpleSearch input {
	color: #eee;
}

.suggestions .suggestions-results, .suggestions .suggestions-special {
	background-color: #626262;
}

.suggestions .suggestions-result {
	color: #eee;
}

.suggestions-special .special-label {
	color: #ccc;
}

.suggestions-special .special-query {
	color: #eee;
}

#mw-content-container {
	background-color: #111;
	background-image: none;
}

#mw-content {
	background-color: #252525;
}

#mw-htmlform-submit-buttons {
	background-color: #333;
}

#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
	background-color: #252525;
}

.oo-ui-tabSelectWidget-framed {
	background-color: #777;
}

#personal-inner.dropdown {
	background-color: #252525;
}