- commit
- 390abdcd53c935e0562c27b8b245307b2189d44d
- parent
- a5a56d0bd4a24557091b3d0982e79c054994bf4c
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-24 12:09
simplify link styling
Diffstat
| M | css/base.css | 6 | ++---- |
1 files changed, 2 insertions, 4 deletions
diff --git a/css/base.css b/css/base.css
@@ -49,13 +49,11 @@ h1, h2, h3, h4, h5, h6 {
49 49 margin-block-start: calc(1.5 * var(--spacer));
50 50 }
51 51
52 -1 :link,
53 -1 :visited {
-1 52 a {
54 53 color: var(--color-link);
55 54 text-decoration: underline;
56 55 }
57 -1 :link:hover,
58 -1 :visited:hover {
-1 56 a:hover {
59 57 color: var(--color-link-focus);
60 58 }
61 59