Files
Discord-ai-chatbot/static/css/theme-light.css
SimolZimol 00c958c34d 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
2024-09-03 11:18:01 +02:00

8 lines
110 B
CSS

body {
background-color: #ffffff;
color: #000000;
}
.navbar, .card {
background-color: #f8f9fa;
}