summaryrefslogtreecommitdiffstats
path: root/client/styles/icons.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/styles/icons.styl')
-rw-r--r--client/styles/icons.styl8
1 files changed, 5 insertions, 3 deletions
diff --git a/client/styles/icons.styl b/client/styles/icons.styl
index 4de0da2b..8635375a 100644
--- a/client/styles/icons.styl
+++ b/client/styles/icons.styl
@@ -21,8 +21,10 @@
&:hover
color: white
-a.fa, a i.fa
- color: darken(white, 35%)
+a
+ &.fa, i.fa
+ color: darken(white, 35%)
&:hover
- color: darken(white, 60%)
+ &.fa, i.fa
+ color: darken(white, 60%)