Updating wordcloud hover colours

This commit is contained in:
Sharyn 2018-07-19 16:58:01 +02:00
parent c2b1d00339
commit 7fb06aee76
2 changed files with 22 additions and 0 deletions

View File

@ -17,6 +17,8 @@ $navy: #1c2449;
$navy-dark: #0c143a;
$red: #d4434a;
$dark-red: #AA2E49;
$orange: #DC6008;
$turquoise: #1FB3C9;
// text
$body-font-size: 16;

View File

@ -69,18 +69,38 @@
&.size-1 {
font-size: calculateRem(30);
> span:hover,
> a:hover {
color: $red;
}
}
&.size-2 {
font-size: calculateRem(25);
> span:hover,
> a:hover {
color: $orange;
}
}
&.size-3 {
font-size: calculateRem(20);
> span:hover,
> a:hover {
color: $turquoise;
}
}
&.size-4 {
font-size: calculateRem(15);
> span:hover,
> a:hover {
color: #fff;
}
}
&:hover {