diff --git a/src/index.css b/src/index.css index 16a5cda..9222bea 100644 --- a/src/index.css +++ b/src/index.css @@ -16,7 +16,7 @@ --background-accent: #737373; /* @layout/border-radius/rounded */ - --radius: 9999px; + --radius: 0.25rem; /* @layout/content-width/medium */ --width-content-width: clamp(40rem, 80vw, 100rem); @@ -174,4 +174,4 @@ h6 { background: linear-gradient(to bottom right, color-mix(in srgb, var(--color-secondary-cta) 80%, transparent), var(--color-secondary-cta)); box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); border: 1px solid var(--color-secondary-cta); -} +} \ No newline at end of file