Merge branch 'theming' into GUI-polish

This commit is contained in:
JustTemmie 2025-07-03 17:52:21 +02:00
commit 49ad1d195d
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
13 changed files with 96 additions and 42 deletions

View file

@ -88,7 +88,7 @@ onMounted(async () => {
}
.message:hover {
background-color: rgb(20, 20, 20);
background-color: var(--chat-highlighted-background-color);
}
.normal-message {
@ -143,7 +143,7 @@ onMounted(async () => {
.message-date {
font-size: .7em;
color: rgb(150, 150, 150);
color: var(--secondary-text-color);
cursor: default;
}