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

Commit bef39bac authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

feat: force color-primary-element-hover color

parent 81116e91
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
    --color-main-background-translucent: #f2f2f2;
    --color-main-text: black;
    --color-background-hover: white;
    --color-primary-element-hover: white;
    --color-primary-element-hover: #f5f5f5 !important;
    --color-text-maxcontrast: black;
    --color-border-dark: #e6e6e6;
    --color-border: #ebebeb;
@@ -79,6 +79,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{
    --image-logoheader-custom:true;
    --background-image-invert-if-bright:no !important;
    --image-background:none !important;
    --color-primary-element-hover: #212121 !important;
}

body.theme--highcontrast {