add missing links of category descriptions

This commit is contained in:
Vinta Chen
2026-05-02 23:35:24 +08:00
parent c98cbe2cb1
commit b00395a301
5 changed files with 34 additions and 14 deletions
+11
View File
@@ -423,6 +423,17 @@ kbd {
text-wrap: pretty;
}
.category-subtitle a {
color: var(--hero-text);
text-decoration: underline;
text-decoration-color: oklch(100% 0 0 / 0.32);
text-underline-offset: 0.2em;
}
.category-subtitle a:hover {
text-decoration-color: oklch(100% 0 0 / 0.7);
}
.category-results {
padding-top: clamp(2.5rem, 5vw, 3.75rem);
}