From 96a1332a8cc4ee58015d21decfb2bb10beef7958 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 2 Apr 2017 19:33:51 +0200 Subject: [PATCH] Petites couleurs sympa --- assets/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 1f48541..f482361 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -147,7 +147,7 @@ html { color: white; } -.icon > svg { +a .icon > svg { height: 16px; width: 16px; path { @@ -155,6 +155,10 @@ html { } } +a:hover .icon > svg path { + fill: $grey-color-light; +} + kbd { padding: 2px; border: darken($grey-color-light, 20%) 1px solid; -- libgit2 0.21.2