summaryrefslogtreecommitdiff
path: root/sass/base
diff options
context:
space:
mode:
authorArne Rief <arne.rief@gmail.com>2023-05-01 18:46:30 +0200
committerArne Rief <arne.rief@gmail.com>2023-05-01 18:46:30 +0200
commit7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (patch)
tree90cc86a28d05ef7d861c7fed0151fff375d18f6e /sass/base
parentb2438296c9be5820f1cfccb2623a7f66566b82b1 (diff)
Accessibility upgrade
Diffstat (limited to 'sass/base')
-rw-r--r--sass/base/_typography.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/base/_typography.scss b/sass/base/_typography.scss
index 38f3a3f..4c02e20 100644
--- a/sass/base/_typography.scss
+++ b/sass/base/_typography.scss
@@ -2,6 +2,7 @@
.text-link {
color: $text-special-dark;
+ transition: all 0.2s;
&:hover {
background-color: $text-special-dark;