2023-01-27 19:23:40 +01:00
|
|
|
/* Dark Mode Styles */
|
|
|
|
body {
|
2023-02-24 23:47:26 +01:00
|
|
|
background-color: #333 !important;
|
|
|
|
color: #fff !important;
|
2023-01-27 19:23:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark-card {
|
|
|
|
background-color: #333 !important;
|
2023-02-24 23:47:26 +01:00
|
|
|
color: white !important;
|
2023-01-27 19:23:40 +01:00
|
|
|
}
|
|
|
|
.jumbotron {
|
|
|
|
background-color: #222; /* or any other dark color */
|
2023-02-24 23:47:26 +01:00
|
|
|
color: #fff !important; /* or any other light color */
|
2023-01-30 21:50:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-group {
|
|
|
|
background-color: #222 !important;
|
|
|
|
color: fff !important;
|
|
|
|
}
|
|
|
|
.list-group-item {
|
|
|
|
background-color: #222 !important;
|
|
|
|
color: fff !important;
|
2023-02-24 23:47:26 +01:00
|
|
|
}
|
|
|
|
#support-section {
|
|
|
|
background-color: #444 !important;
|
2023-04-15 20:55:55 +02:00
|
|
|
}
|
|
|
|
|