diff --git a/src/static/css/app.css b/src/static/css/app.css index c4ac4f3..e87562c 100644 --- a/src/static/css/app.css +++ b/src/static/css/app.css @@ -15,9 +15,9 @@ --border: #252525; --border-light: #2e2e2e; - --text: #f0f0f0; - --text-muted: #606060; - --text-sub: #888888; + --text: #ffffff; + --text-muted: #888888; + --text-sub: #aaaaaa; --danger: #ef4444; --success: #22c55e;