mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
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:
parent
abdcd76a80
commit
712f49fe20
5 changed files with 32 additions and 35 deletions
|
@ -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) ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue