- commit
- b15b32f92b417547b796d76f6cd5fb588d932895
- parent
- f6af5822c78c8dec3829254504cf9f75679a9771
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2021-07-15 07:39
rm broken :visited styling see https://developer.mozilla.org/en-US/docs/Web/CSS/:visited#privacy_restrictions
Diffstat
| M | sass/base.scss | 1 | - |
1 files changed, 0 insertions, 1 deletions
diff --git a/sass/base.scss b/sass/base.scss
@@ -51,7 +51,6 @@ h1, h2, h3, h4, h5, h6 {
51 51
52 52 :visited {
53 53 color: $color-link-visited;
54 -1 text-decoration: underline;
55 54
56 55 &:hover, &:focus, &:active {
57 56 color: $color-link-visited-focus;