style(hover): added hover color

This commit is contained in:
newick 2019-08-12 17:52:08 +02:00
parent f0da02371d
commit c3b9ddfb72
2 changed files with 10 additions and 1 deletions

View File

@ -49,8 +49,15 @@ a {
transform: rotate(45deg);
}
&:hover {
&.next::before,
&.prev::after {
background-color: $secondary_color;
}
}
span {
padding-right: 1rem;
padding-left: 1rem;
}
}
}

View File

@ -7,10 +7,12 @@ $sun-yellow: #ffd52c;
$white: #ffffff;
$dark-lavender: #7d6c99;
$dusty-orange: #f18647;
$mango: #ffb92c;
$violet: #bd10e0;
// interpretations in app
$primary_color: $sun-yellow;
$secondary_color: $mango;
$font_color: $black;
$logo_color: $dark-lavender;
$logo_color_2: $camo;