Style links on licences, charte, a propos pages as real links (underline + accent hover)

This commit is contained in:
Pontoporeia
2026-09-18 16:26:36 +02:00
parent 116dca5d75
commit e518163c5b
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -84,13 +84,15 @@
.page-content > article a {
color: inherit;
text-decoration: none;
text-decoration: underline;
text-decoration-thickness: 0.08em;
text-underline-offset: 0.15em;
font-weight: 700;
}
.page-content > article a:hover {
color: var(--accent-primary);
text-decoration: none;
text-decoration-thickness: 0.12em;
}
.page-content > article ul,