chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -81,9 +81,11 @@
--theme-switch-y: 50%;
/* Typography - Space Grotesk for personality */
--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
--mono:
"JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, monospace;
--font-body: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
--font-display:
"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
/* Shadows - Richer with subtle color */
--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
@@ -340,7 +342,8 @@ select {
}
@keyframes pulse-subtle {
0%, 100% {
0%,
100% {
opacity: 1;
}
50% {
@@ -349,7 +352,8 @@ select {
}
@keyframes glow-pulse {
0%, 100% {
0%,
100% {
box-shadow: 0 0 0 rgba(255, 92, 92, 0);
}
50% {
@@ -358,12 +362,24 @@ select {
}
/* Stagger animation delays for grouped elements */
.stagger-1 { animation-delay: 0ms; }
.stagger-2 { animation-delay: 50ms; }
.stagger-3 { animation-delay: 100ms; }
.stagger-4 { animation-delay: 150ms; }
.stagger-5 { animation-delay: 200ms; }
.stagger-6 { animation-delay: 250ms; }
.stagger-1 {
animation-delay: 0ms;
}
.stagger-2 {
animation-delay: 50ms;
}
.stagger-3 {
animation-delay: 100ms;
}
.stagger-4 {
animation-delay: 150ms;
}
.stagger-5 {
animation-delay: 200ms;
}
.stagger-6 {
animation-delay: 250ms;
}
/* Focus visible styles */
:focus-visible {