Add files via upload
This commit is contained in:
14
src/main/resources/static/dark-mode.css
Normal file
14
src/main/resources/static/dark-mode.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Dark Mode Styles */
|
||||
body {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark-card {
|
||||
background-color: #333 !important;
|
||||
color: white;
|
||||
}
|
||||
.jumbotron {
|
||||
background-color: #222; /* or any other dark color */
|
||||
color: #fff; /* or any other light color */
|
||||
}
|
||||
Reference in New Issue
Block a user