mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: update comments for consistency, improve code readability and structure
This commit is contained in:
parent
ca45fed0aa
commit
fedf4cee1e
38 changed files with 46 additions and 60 deletions
|
@ -26,7 +26,7 @@ html.dark .astro-code span {
|
|||
background-color: var(--shiki-dark-bg) !important;
|
||||
}
|
||||
|
||||
/* Horizontal reveal animation during theme switching */
|
||||
/* View Transition with Theme Toggle >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
|
||||
::view-transition-new(theme-transition) {
|
||||
animation: reveal 1s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
clip-path: inset(0 0 0 0);
|
||||
|
@ -64,7 +64,8 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
|||
}
|
||||
}
|
||||
|
||||
/* Snell Roundhand static font */
|
||||
/* Import Custom Fonts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
|
||||
/* Snell Roundhand Static Font */
|
||||
@font-face {
|
||||
font-family: "Snell-Bold";
|
||||
src: url("/font/Snell-Bold.woff2") format("woff2");
|
||||
|
@ -79,7 +80,7 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
|||
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
||||
}
|
||||
|
||||
/* STIXTwoText variable font */
|
||||
/* STIXTwoText Variable Font */
|
||||
@font-face {
|
||||
font-family: "STIX";
|
||||
src: url("/font/STIX.woff2") format("woff2-variations");
|
||||
|
@ -96,7 +97,7 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
|||
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
||||
}
|
||||
|
||||
/* Minimal subset of EarlySummerSerif variable font for ui */
|
||||
/* Minimal Subset of EarlySummerSerif Variable Font */
|
||||
@font-face {
|
||||
font-family: "EarlySummer-Subset";
|
||||
src: url("/font/EarlySummer-Subset.woff2") format("woff2-variations");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue