diff --git a/frontend/src/index.css b/frontend/src/index.css index e1327ed0..2094d3fd 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -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;