diff options
author | Valentin Popov <info@valentineus.link> | 2018-12-16 18:22:49 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-12-16 18:22:49 +0300 |
commit | b6760fb70b6483b674e65cd18c7d8808d446707c (patch) | |
tree | e7e48aceaefb2a0d3074ae72e6eb459b194c5753 /_scss | |
parent | a722477f1324afaabb69bb8f1c635e43b346962f (diff) | |
download | popov.link-b6760fb70b6483b674e65cd18c7d8808d446707c.tar.xz popov.link-b6760fb70b6483b674e65cd18c7d8808d446707c.zip |
fix(css): Correcting link style
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/sakura/_main.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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; } } |