2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
34
templates/Maketank/assets/css/dark.css
Normal file
34
templates/Maketank/assets/css/dark.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.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 0px 25px 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
.menuelement h4 {
|
||||
background: none;
|
||||
color: #088ecc;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.menuelement h4 a {
|
||||
color: #088ecc;
|
||||
}
|
||||
|
||||
.topheader {
|
||||
background:#f0f2f4;
|
||||
}
|
||||
Reference in New Issue
Block a user