Commit 96a1332a8cc4ee58015d21decfb2bb10beef7958

Authored by Geoffrey PREUD'HOMME
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 147 color: white;
148 148 }
149 149  
150   -.icon > svg {
  150 +a .icon > svg {
151 151 height: 16px;
152 152 width: 16px;
153 153 path {
... ... @@ -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 162 kbd {
159 163 padding: 2px;
160 164 border: darken($grey-color-light, 20%) 1px solid;
... ...