Client - update alert message colors on dark mode

This commit is contained in:
Sam 2024-01-07 14:58:43 +01:00
parent 5eb2452d6c
commit b748459825

View File

@ -62,8 +62,8 @@
--form-info: var(--app-color);
--alert-background-color: #d6dde3;
--alert-color: #3f3f3f;
--alert-background-color: #3f3f3f;
--alert-color: #d6dde3;
--info-background-color: #33353a;
--info-color: var(--app-color);
--error-background-color: #4e0000;