modified: app.py
new file: static/css/theme-dark.css new file: static/css/theme-light.css modified: templates/index.html modified: templates/login.html modified: templates/settings.html
This commit is contained in:
8
static/css/theme-light.css
Normal file
8
static/css/theme-light.css
Normal file
@@ -0,0 +1,8 @@
|
||||
body {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar, .card {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
Reference in New Issue
Block a user