Update: 2026-05-13

This commit is contained in:
2026-05-13 23:53:40 +09:00
parent e6ec2f2800
commit ad84271f80
5 changed files with 194 additions and 28 deletions

View File

@@ -14,6 +14,7 @@
--primary-light: #818cf8;
--primary-dark: #4f46e5;
--secondary: #f472b6;
--secondary-light: #f9a8d4;
--accent: #34d399;
--accent-warn: #fbbf24;
--accent-danger: #f87171;
@@ -113,7 +114,6 @@
position: sticky;
top: 0;
z-index: 100;
border-radius: 0 0 var(--radius-lg) var(--radius-lg);
margin-bottom: var(--space-6);
}