updating wordcloud hover color

This commit is contained in:
Sharyn 2018-07-19 11:56:00 +02:00
parent 3f66059f00
commit aaaee28f63
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
transition: color 0.2s ease;
&:hover {
color: #fff;
color: $red;
text-shadow: 0 0 11px #000;
}
}