From 6d7f643dd0333594eadcb57a2366d23df4e6a7e3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Jul 2025 21:25:39 +0200 Subject: feat(chat.html): Add input bar background --- src/umapyai/chat.html | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3