In order to edit this wiki, you must register and verify your account.

User:ElijahPepe/cemublue.css: Difference between revisions

From Cemu Wiki
Jump to:navigation Jump to:search
(Created page with "body { padding-top: 0; } .navbar-grey { background-color: #18bc9c; background-color: #DFE7E8; border: none; } .navbar-grey ul.nav li.active { background-c...")
 
(No difference)

Latest revision as of 17:54, 22 August 2021

body {
    padding-top: 0;
}

.navbar-grey {
    background-color: #18bc9c;
    background-color: #DFE7E8;
    border: none;
}
.navbar-grey ul.nav li.active {
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.cemublue-navbar .navbar-text {
    color: #fff;
}
.cemublue-navbar .navbar-nav > li > a {
    color: #fff;
}

.nav > li > a:hover,
.nav > li > a :focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent !important;
    color: #18bc9c !important;
}