mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
Style links on licences, charte, a propos pages as real links (underline + accent hover)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user