summaryrefslogtreecommitdiff
path: root/_sass/yat/_base.scss
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-08-18 14:03:00 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-08-18 14:03:00 +0800
commitb79efd805e4fa185b6c39581b7edb11dd24a0bf3 (patch)
tree75761900851e127924a95b24f5f1edefe7ba7f7e /_sass/yat/_base.scss
parent12e3f59b97cd901d3c084089821118ea957b3941 (diff)
chore: change color of visited a link
Diffstat (limited to '_sass/yat/_base.scss')
-rw-r--r--_sass/yat/_base.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss
index f3223fd..f43b2b9 100644
--- a/_sass/yat/_base.scss
+++ b/_sass/yat/_base.scss
@@ -109,10 +109,6 @@ a {
color: $brand-color;
text-decoration: none;
- &:visited {
- color: #606060;
- }
-
&:hover {
color: $text-color;
text-decoration: underline;