aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_reset.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/scss/_reset.scss b/scss/_reset.scss
index 99f1cae..ef2ef0d 100644
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -40,7 +40,12 @@ a {
text-decoration: underline;
text-decoration-color: transparent;
- &:hover {
+ cursor: default;
+ &[href] {
+ cursor: pointer;
+ }
+
+ &[href]:hover {
filter: invert(40%);
text-decoration-color: currentColor;
}