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; transition: all 0.1s ease-out;
font-weight: bold; font-weight: bold;
background-color: $bg-color-dark; background-color: $sebin-hair-primary;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
@include button($bg-color-dark); @include button($sebin-hair-primary);
&:hover { &:hover {
top: -0.25em; top: -0.25em;

View file

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