cityuni-webserver/dark.css
Captain ALM c45ad78560
All checks were successful
continuous-integration/drone/push Build is passing
.
2022-07-26 16:55:17 +01:00

39 lines
590 B
CSS

body{
color: #f9f9f9;
background-color: #050506;
border-color: #696969;
}
a{
color: #b0b0f0;
}
.header, .nav{
background-color: #1d1d1e;
}
.home-button{
color: #e0e0e0;
}
.home-button:hover{
background-color: #606061;
}
.menu a{
color: #e0e0e0;
}
.menu a:hover{
background-color: #606061;
}
.hmb:hover{
background-color: #606061;
}
.hmb-line, .hmb-line::before, .hmb-line::after{
background: #e0e0e0;
}
.main-table{
border-color: wheat;
background-color: #0f0f0f;
}
.main-table > div > div{
border-color: wheat;
}
.item-table > div > div{
border-color: whitesmoke;
}