From b6760fb70b6483b674e65cd18c7d8808d446707c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 16 Dec 2018 19:22:49 +0400 Subject: fix(css): Correcting link style Signed-off-by: Valentin Popov --- _scss/sakura/_main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_scss/sakura/_main.scss b/_scss/sakura/_main.scss index 11d66d4..cdff0fd 100644 --- a/_scss/sakura/_main.scss +++ b/_scss/sakura/_main.scss @@ -81,9 +81,11 @@ a { color: $color-blossom; text-decoration: none; + &:active, + &:focus, &:hover { - border-bottom: 2px solid $color-text; color: $color-fade; + text-decoration: none; } } -- cgit v1.2.3