aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-28 21:25:39 +0200
committerFuwn <[email protected]>2025-07-28 21:25:39 +0200
commit6d7f643dd0333594eadcb57a2366d23df4e6a7e3 (patch)
tree041a56bac8f276cda9d233ddad735c156924223b
parentfeat(chat.html): Clean up UI (diff)
downloadumapyai-6d7f643dd0333594eadcb57a2366d23df4e6a7e3.tar.xz
umapyai-6d7f643dd0333594eadcb57a2366d23df4e6a7e3.zip
feat(chat.html): Add input bar background
-rw-r--r--src/umapyai/chat.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/umapyai/chat.html b/src/umapyai/chat.html
index c49d837..db9857b 100644
--- a/src/umapyai/chat.html
+++ b/src/umapyai/chat.html
@@ -93,6 +93,7 @@
padding: 1rem;
box-sizing: border-box;
border-top: 1px solid #3a3a3a;
+ background: #212121;
}
#prompt-box {