Change popover hover color to white.

stable
Ramiro Sánchez 2015-01-26 10:05:58 +01:00
parent 25a33de3d7
commit b3bff484e3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
border: 0; border: 0;
} }
&:hover { &:hover {
color: $fresh-taiga; color: $white;
transition: color .3s linear; transition: color .3s linear;
} }
} }