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

@@ -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;
}