cityuni-webserver/dark.css

38 lines
560 B
CSS
Raw Normal View History

body{
color: #f9f9f9;
background-color: #050506;
border-color: #696969;
}
2022-07-26 16:51:26 +01:00
a{
2022-07-26 16:55:17 +01:00
color: #b0b0f0;
2022-07-26 16:51:26 +01:00
}
.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;
2022-07-26 13:39:26 +01:00
}
.main-table{
2022-07-26 16:41:11 +01:00
background-color: #0f0f0f;
2022-07-26 13:39:26 +01:00
}
.item-table > div > div{
2022-07-26 21:11:53 +01:00
border-color: #F5DEB3FF;
}
.image-box > a{
border-color: #b0b0f0;
}