Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f67c3ad authored by Alexandre Roux's avatar Alexandre Roux
Browse files

fix error msg color

parent 0638eaab
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -26,13 +26,17 @@
* {
    font-family: 'Roboto';
}

html:root, [data-theme-light] {
    --color-error: #fb3845;
}

:root, [data-theme-light] {
    --color-primary: #007fff;
    --color-primary-element: #007fff;
    --color-secondary-element: white;
    --border-color-secondary-element: #007fff;
    --color-primary-element-light: #007fff;
    --color-error: #fb3845;
    --color-delete: #e9322d;
    --color-success: #3ad975;
    --color-main-background: #ffffff;
@@ -68,6 +72,7 @@

/* Force a few variables to right values for dark theme */
body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{
    --color-error: #FF3333;
    --color-main-background-header: #272727;
    --input-background-color: #181818;
    --logo: url("../img/logo@2x-dark.svg");