Remove the "blue" color from button

This commit is contained in:
Narek Zakarian 2024-11-26 18:22:43 +04:00
parent 6b55259bce
commit 2f729b4524
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -58,10 +58,6 @@ h1, h2, h3, h4 {
color: $color-black;
}
a:not(.button) {
color: $color-blueberry;
}
.components-form-toggle.is-checked > .components-form-toggle__track {
background-color: $color-blueberry;
}