diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-18 14:03:00 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-18 14:03:00 +0800 |
commit | b79efd805e4fa185b6c39581b7edb11dd24a0bf3 (patch) | |
tree | 75761900851e127924a95b24f5f1edefe7ba7f7e /_sass/yat | |
parent | 12e3f59b97cd901d3c084089821118ea957b3941 (diff) |
chore: change color of visited a link
Diffstat (limited to '_sass/yat')
-rw-r--r-- | _sass/yat/_base.scss | 4 |
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; |