summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-08 02:16:19 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-08 02:16:19 -0700
commitf361e7599d9a11ad3397b7b6bffee151ab9bdde9 (patch)
treeed19c556720b4f54b01b2d091285e471e0049dbc /static
parente8b8dc790e30131976fa22d70a79bd2a6ff4c94a (diff)
Fix startup error and improve category dropdown readability
- Give ollama_timeout a default of 120s so the app starts without it in .env - Style select option elements to match dark theme, fixing low contrast in dropdown Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 18908c7..9d90898 100644
--- a/static/style.css
+++ b/static/style.css
@@ -197,6 +197,11 @@ main {
background-color: rgba(108, 99, 255, 0.05);
}
+.form-group select option {
+ background-color: var(--surface2);
+ color: var(--text);
+}
+
.form-actions {
display: flex;
gap: 1rem;