make border radii more consistent

This commit is contained in:
rhiannon morris 2024-10-25 18:47:07 +02:00
parent 9ee9b17526
commit 4a39232603
5 changed files with 6 additions and 9 deletions

View file

@ -62,8 +62,8 @@ body {
transform: rotate(-15deg);
background: hsl(330deg, 40%, 16%);
padding: 0.25em 0.5em;
border-radius: 0.5em;
padding: 0.35em 1em;
border-radius: var(--button-radius);
}
#cw-text b { font-weight: 900; }
#cw-text::before {