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:
SimolZimol
2024-09-03 11:18:01 +02:00
parent 911ecfa9ca
commit 00c958c34d
6 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
body {
background-color: #343a40;
color: #ffffff;
}
.navbar, .card {
background-color: #495057;
}

View File

@@ -0,0 +1,8 @@
body {
background-color: #ffffff;
color: #000000;
}
.navbar, .card {
background-color: #f8f9fa;
}