Files
Stirling-PDF/src/main/resources/static/css/dark-mode.css
Anthony Stirling 03febd9484 Home screen change (#88)
* security

* home screen remove GO button

* fix

* test

* version
2023-04-15 19:55:55 +01:00

28 lines
558 B
CSS

/* Dark Mode Styles */
body {
background-color: #333 !important;
color: #fff !important;
}
.dark-card {
background-color: #333 !important;
color: white !important;
}
.jumbotron {
background-color: #222; /* or any other dark color */
color: #fff !important; /* or any other light color */
}
.list-group {
background-color: #222 !important;
color: fff !important;
}
.list-group-item {
background-color: #222 !important;
color: fff !important;
}
#support-section {
background-color: #444 !important;
}