mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
style: standardise links to Regular weight (400) with violet accent hover, body to Light (300)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user