refactor: Design System v4 — flat dark theme with icon rail sidebar #119

Merged
chihlasm merged 37 commits from refactor/design-system-v4 into main 2026-03-23 02:06:24 +00:00
Showing only changes of commit 40044a6a9c - Show all commits

View File

@@ -136,6 +136,10 @@
@apply bg-background text-foreground font-sans;
}
button, [role="button"] {
cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading);
font-weight: 700;
@@ -166,6 +170,7 @@
background: var(--color-bg-card);
border: 1px solid var(--color-border-default);
border-radius: 8px;
cursor: pointer;
transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1),
border-color 200ms ease,
box-shadow 200ms ease;