Web/main/style/dark.css

35 lines
612 B
CSS
Raw Normal View History

2023-06-19 10:58:12 +02:00
body.dark-mode {
2018-12-30 02:26:56 +01:00
color: #d8d8d8;
background-color: #222222;
}
2023-06-19 10:58:12 +02:00
body.dark-mode .jumbotron {
2020-11-28 00:15:51 +01:00
background-color: #404142;
2018-12-30 02:26:56 +01:00
}
2023-06-19 10:58:12 +02:00
body.dark-mode .list-display {
2018-12-30 02:26:56 +01:00
background-color: #404142;
}
2023-06-19 10:58:12 +02:00
body.dark-mode .card {
2018-12-30 02:26:56 +01:00
background-color: #3d3d3d !important;
}
2023-06-19 10:58:12 +02:00
body.dark-mode .text-muted {
2018-12-30 02:26:56 +01:00
color: #979797 !important;
}
2023-06-19 10:58:12 +02:00
body.dark-mode .footer {
2020-11-28 00:15:51 +01:00
background-color: #343a40;
2018-12-30 16:38:14 +01:00
}
2023-06-19 10:58:12 +02:00
body.dark-mode .title-button:link,
body.dark-mode .title-button:visited {
2021-03-24 19:54:14 +01:00
color: white !important;
}
2023-06-19 10:58:12 +02:00
body.dark-mode .title-button:hover,
body.dark-mode .title-button:active {
2021-03-24 19:54:14 +01:00
color: rgb(182, 182, 182) !important;
}