[frontend] Fix incorrect CSS colors

This commit is contained in:
Lilian 2024-11-28 17:36:09 +01:00
parent ac2ebd346e
commit 1d0a297768
No known key found for this signature in database
3 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,11 @@
padding: 1rem; padding: 1rem;
} }
.page{
background-color: var(--background-color);
height: 100%;
}
.logo { .logo {
object-fit: contain; object-fit: contain;
height: 2rem height: 2rem

View file

@ -38,7 +38,6 @@
} }
.dialog-content { .dialog-content {
background-color: var(--background-color);
border-radius: 1rem; border-radius: 1rem;
margin: 0 auto; margin: 0 auto;
top: 10%; top: 10%;

View file

@ -6,7 +6,7 @@
color-scheme: light dark; color-scheme: light dark;
color: var(--font-color); color: var(--font-color);
background-color: #3b364c; background-color: var(--background-color);
font-synthesis: none; font-synthesis: none;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;