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
8 lines
110 B
CSS
8 lines
110 B
CSS
body {
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
}
|
|
|
|
.navbar, .card {
|
|
background-color: #f8f9fa;
|
|
} |