style: standardise links to Regular weight (400) with violet accent hover, body to Light (300)

This commit is contained in:
Pontoporeia
2026-06-08 11:53:57 +02:00
parent cee3345ea3
commit cb2b18e470
16 changed files with 66 additions and 48 deletions

View File

@@ -50,7 +50,7 @@
}
.access-req-tab:hover {
color: var(--text-primary);
color: var(--accent-primary);
}
.access-req-tab.active {
@@ -163,7 +163,8 @@
}
.access-req-card__info a:hover {
text-decoration: underline;
color: var(--accent-primary);
text-decoration: none;
}
.access-req-card__justification,
@@ -224,8 +225,7 @@
}
.access-req-pagination__link:hover {
color: var(--accent-secondary);
text-decoration: underline;
color: var(--accent-primary);
}
.access-req-pagination__info {