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

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

fix: white important messing other colors

parent 9831b5fb
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -163,10 +163,14 @@ input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: var(--color-primary);
    color: white !important;
    color: white;
    border-color: var(--color-primary);
}

.button-vue--vue-primary {
	color: white;
}

input.primary:not(:disabled):hover,
input.primary:not(:disabled):focus,
button.primary:not(:disabled):hover,