diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-05-01 18:46:30 +0200 |
| commit | 7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (patch) | |
| tree | 90cc86a28d05ef7d861c7fed0151fff375d18f6e /sass/base/_typography.scss | |
| parent | b2438296c9be5820f1cfccb2623a7f66566b82b1 (diff) | |
Accessibility upgrade
Diffstat (limited to 'sass/base/_typography.scss')
| -rw-r--r-- | sass/base/_typography.scss | 1 |
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; |
