chore: refine styling and update birth-of-retypeset article

- Remove view transitions for pin icon and desktop article timestamp
- Adjust scrollbar thickness
- Optimize apiflashKey path reference
- Reduce underline offset distance
This commit is contained in:
radishzzz 2025-04-06 02:53:50 +01:00
parent abdcd76a80
commit 712f49fe20
5 changed files with 32 additions and 35 deletions

View file

@ -6,10 +6,10 @@
/* Global Styles */
.heti {
--at-apply: 'leading-1.55em break-words hyphens-auto tracking-0.02em';
--at-apply: 'leading-1.5em break-words hyphens-auto tracking-0.02em';
}
.heti:not(:lang(zh)):not(:lang(ja)):not(:lang(ko)) {
--at-apply: 'leading-1.5em tracking-0';
--at-apply: 'tracking-0';
}
/* Article Title */
@ -19,7 +19,7 @@
/* Links */
.heti :where(a) {
--at-apply: 'underline decoration-secondary/40 underline-0.075em underline-offset-0.2em lg:underline-0.1em';
--at-apply: 'underline decoration-secondary/40 underline-0.075em underline-offset-0.08em lg:underline-0.1em';
--at-apply: 'font-medium transition-colors tracking-0 hover:(c-primary decoration-secondary/80) ';
}