feat: more theme styling options, and description.css

This commit is contained in:
Twig 2025-07-07 21:00:42 +02:00
parent 0afb269788
commit 8fa8aabfce
No known key found for this signature in database
8 changed files with 40 additions and 3 deletions

View file

@ -33,7 +33,7 @@ body {
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
color: var(--text-color);
background: var(--optional-chat-background);
background: var(--optional-body-background);
background-color: var(--chat-background-color);
margin: 0;
}