- commit
- d5da8d1231a50961161efd70923deaab769fdd62
- parent
- b266ecfd16b7e268cd03c718fd4bb5dc6278270d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-04 20:07
do not change link color on focus rely on browser's focus indicator
Diffstat
| M | sass/base.scss | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 {
42 42 color: $color-link;
43 43 text-decoration: underline;
44 44
45 -1 &:hover, &:focus-visible, &:active {
-1 45 &:hover {
46 46 color: $color-link-focus;
47 47 }
48 48 }