Files
Froxlor/templates/Sparkle/assets/css/dark.css
2018-12-21 12:24:07 +01:00

41 lines
451 B
CSS

.content, nav {
background-color: #11171c;
}
nav div:first-child {
display: inherit;
}
nav a {
color: #424a51;
}
nav a:hover {
color: #fff;
}
nav .active {
color: #fff;
}
.menuelement {
border: none;
color: #424a51;
margin: 15px 0 25px 10px;
padding: 0;
}
.menuelement h4 {
background: none;
color: #088ecc;
font-weight: 900;
text-transform: uppercase;
}
.menuelement h4 a {
color: #088ecc;
}
.topheader {
background: #f0f2f4;
}