diff options
| author | Fuwn <[email protected]> | 2025-07-28 21:25:39 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-28 21:25:39 +0200 |
| commit | 6d7f643dd0333594eadcb57a2366d23df4e6a7e3 (patch) | |
| tree | 041a56bac8f276cda9d233ddad735c156924223b | |
| parent | feat(chat.html): Clean up UI (diff) | |
| download | umapyai-6d7f643dd0333594eadcb57a2366d23df4e6a7e3.tar.xz umapyai-6d7f643dd0333594eadcb57a2366d23df4e6a7e3.zip | |
feat(chat.html): Add input bar background
| -rw-r--r-- | src/umapyai/chat.html | 1 |
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 { |