refactor: Design System v4 — flat dark theme with icon rail sidebar #119
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user