Client - add missing color variables and update dark mode theme

This commit is contained in:
Sam
2023-12-16 20:14:05 +01:00
parent 94fd50d404
commit 3653239022
13 changed files with 117 additions and 64 deletions

View File

@ -72,8 +72,8 @@
&:disabled {
-webkit-appearance: none;
-moz-appearance: textfield;
background-color: white;
border-color: white;
background-color: var(--admin-disabled-input-color);
border-color: var(--admin-disabled-input-color);
color: var(--app-color);
}
}