Main Page

Difference between revisions of "User:SynthSy/liberty dark.css"

From Arks-Visiphone
Jump to navigation Jump to search
(Replaced content with "body { color: #aaa; background-color: #272B30!important; } .nav-wrapper { background-color: #222!important; }")
Line 5: Line 5:
 
.nav-wrapper {
 
.nav-wrapper {
 
background-color: #222!important;
 
background-color: #222!important;
 +
}
 +
 +
.dropdown-menu {
 +
background-color: #272B30!important;
 
}
 
}

Revision as of 11:50, 31 March 2020

body {
	color: #aaa;
	background-color: #272B30!important;
}
.nav-wrapper {
	background-color: #222!important;
}

.dropdown-menu {
	background-color: #272B30!important;
}