Main Page

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

From Arks-Visiphone
Jump to navigation Jump to search
Line 9: Line 9:
 
.dropdown-menu {
 
.dropdown-menu {
 
     color: #aaa!important;
 
     color: #aaa!important;
     background-color: #3A3F44;
+
     background-color: #3A3F44!important;
 
     border: 1px solid rgba(0, 0, 0, 0.6);
 
     border: 1px solid rgba(0, 0, 0, 0.6);
 
}
 
}
 
.nav-link {
 
.nav-link {
     color: rgba(255, 255, 255, 0.5);
+
     color: rgba(255, 255, 255, 0.5)!important;
 
}
 
}

Revision as of 11:41, 31 March 2020

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

.dropdown-menu {
    color: #aaa!important;
    background-color: #3A3F44!important;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.nav-link {
    color: rgba(255, 255, 255, 0.5)!important;
}