abgame/static/css/dark.css

48 lines
961 B
CSS
Raw Normal View History

2023-06-03 15:30:30 +02:00
body {
background-color: #181a1b !important;
}
#header {
background-color: rgb(74, 91, 96) !important;
color: rgb(205, 200, 194) !important;
}
.a {
border-color: transparent !important;
background-color: rgb(143, 120, 5) !important;
2023-06-03 18:15:48 +02:00
color: rgb(29, 40, 41) !important;
2023-06-03 15:30:30 +02:00
}
.b {
border-color: transparent !important;
background-color: rgb(29, 40, 41) !important;
color: rgb(248, 214, 41) !important;
}
.ab {
background-color: rgb(56, 81, 104) !important;
}
2023-06-03 16:19:39 +02:00
.ab input:checked+label {
2023-06-03 15:30:30 +02:00
background-color: rgb(143, 57, 34) !important;
border-color: rgb(140, 130, 115) !important;
color: rgb(215, 212, 207) !important;
}
.separator {
color: rgb(205, 200, 194);
}
#next {
border-color: initial !important;
background-color: rgb(74, 91, 96) !important;
color: rgb(205, 200, 194) !important;
}
#questions {
color: rgb(248, 214, 41) !important;
}
a {
color: rgb(169, 162, 151) !important;
}