fix: use new color variables

This commit is contained in:
Sebin Nyshkim 2022-01-28 23:45:07 +01:00
parent 94d7295075
commit f92043e106
2 changed files with 3 additions and 3 deletions

View file

@ -35,12 +35,12 @@ export default {
transition: all 0.1s ease-out;
font-weight: bold;
background-color: $bg-color-dark;
background-color: $sebin-hair-primary;
text-decoration: none;
text-align: center;
@include button($bg-color-dark);
@include button($sebin-hair-primary);
&:hover {
top: -0.25em;

View file

@ -51,7 +51,7 @@ export default {
margin: 0 0.5em;
& input:checked + &-inner {
background-color: $bg-color-light;
background-color: $sebin-primary;
&:before {
transform: translate3d(0.9em, 0.1em, 0) scale3d(0, 0, 0);