Difference between revisions of "User:SynthSy/chameleon.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 6: Line 6:
 
     background: #1c1e22;
 
     background: #1c1e22;
 
     border: 1px solid rgba(0, 0, 0, .6);
 
     border: 1px solid rgba(0, 0, 0, .6);
 +
}
 +
 +
.contentHeader .firstHeading {
 +
    color: #aaa;
 
}
 
}

Revision as of 01:36, 21 April 2024

.navbar {
   background-color: #272b30 !important
}

table.navbox {
    background: #1c1e22;
    border: 1px solid rgba(0, 0, 0, .6);
}

.contentHeader .firstHeading {
    color: #aaa;
}