The first working Theme Settings

This commit is contained in:
sageTheDM 2024-09-23 11:55:58 +02:00
parent 1718c9cf69
commit f5b1e80c6d
16 changed files with 517 additions and 250 deletions

View file

@ -22,8 +22,8 @@
border: 2px solid var(--input-button-color);
outline: none;
margin-right: 10px;
background-color: rgba(255, 255, 255, 0.9);
color: #333;
background-color: var(--input-background-color); /* Use variable for background */
color: var(--text-color); /* Use variable for text color */
transition: border-color 0.3s ease-in-out;
height: 7vh;
}
@ -36,7 +36,7 @@
padding: 1em;
margin: 5px;
background-color: var(--input-button-color);
color: white;
color: var(--user-message-text-color); /* Use variable for button text color */
border: none;
border-radius: 50%;
font-size: 1.5em;