Commit 96a1332a8cc4ee58015d21decfb2bb10beef7958
1 parent
8c3cb515
Petites couleurs sympa
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
assets/main.scss
@@ -147,7 +147,7 @@ html { | @@ -147,7 +147,7 @@ html { | ||
147 | color: white; | 147 | color: white; |
148 | } | 148 | } |
149 | 149 | ||
150 | -.icon > svg { | 150 | +a .icon > svg { |
151 | height: 16px; | 151 | height: 16px; |
152 | width: 16px; | 152 | width: 16px; |
153 | path { | 153 | path { |
@@ -155,6 +155,10 @@ html { | @@ -155,6 +155,10 @@ html { | ||
155 | } | 155 | } |
156 | } | 156 | } |
157 | 157 | ||
158 | +a:hover .icon > svg path { | ||
159 | + fill: $grey-color-light; | ||
160 | +} | ||
161 | + | ||
158 | kbd { | 162 | kbd { |
159 | padding: 2px; | 163 | padding: 2px; |
160 | border: darken($grey-color-light, 20%) 1px solid; | 164 | border: darken($grey-color-light, 20%) 1px solid; |