Stirling-PDF/src/main/resources/static/css/dark-mode.css

34 lines
778 B
CSS
Raw Normal View History

2023-01-27 19:23:40 +01:00
/* Dark Mode Styles */
body {
background-color: #333 !important;
color: #fff !important;
2023-01-27 19:23:40 +01:00
}
.dark-card {
background-color: #333 !important;
color: white !important;
2023-01-27 19:23:40 +01:00
}
.jumbotron {
background-color: #222; /* or any other dark color */
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;
}
#support-section {
background-color: #444 !important;
}
2023-04-22 01:08:36 +02:00
#pages-container {
--background-color: rgba(255, 255, 255, 0.046) !important;
--scroll-bar-color: #4c4c4c !important;
--scroll-bar-thumb: #d3d3d3 !important;
--scroll-bar-thumb-hover: #ffffff !important;
}