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:
@@ -282,8 +282,14 @@
|
||||
.search-reset-link {
|
||||
font-size: var(--step--1);
|
||||
color: var(--text-secondary);
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
transition: color 0.15s;
|
||||
}
|
||||
|
||||
.search-reset-link:hover {
|
||||
color: var(--accent-primary);
|
||||
}
|
||||
|
||||
/* Search results pagination */
|
||||
@@ -307,6 +313,7 @@
|
||||
color: var(--text-primary);
|
||||
font-size: var(--step--1);
|
||||
text-decoration: none;
|
||||
font-weight: 400;
|
||||
transition: all 0.15s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user