aboutsummaryrefslogtreecommitdiff
path: root/_scss/sakura
diff options
context:
space:
mode:
Diffstat (limited to '_scss/sakura')
-rw-r--r--_scss/sakura/_main.scss4
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;
}
}