[frontend] Fix incorrect CSS colors
This commit is contained in:
parent
ac2ebd346e
commit
1d0a297768
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue