Skip to content

Commit

Permalink
Darker background
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 31, 2024
1 parent afa8bd7 commit 780e8b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tbot/web/ui/live_chat/components/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
padding: 20px;
background-color: #18181b;
color: #e0e0e0;
border: 1px solid #2d2d2d;
font-family: Arial, sans-serif;
height: 100vh;
font-size: 1rem;
Expand All @@ -12,7 +11,7 @@
.messages {
height: 100%;
overflow-y: auto;
background-color: #1f1f23;
background-color: #0e0e10;
padding: 10px;
}

Expand Down

0 comments on commit 780e8b1

Please sign in to comment.