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

@ -33,7 +33,6 @@
--border-col: var(--text-col);
--border: 3px solid var(--border-col);
--border-radius: 1.5em;
--background: hsla(0, 0%, 0%, 60%);
--button-bg: hsla(0deg, 0%, 0%, 20%);
@ -41,7 +40,7 @@
--button-border: 1px solid hsla(0deg, 0%, 0%, 40%);
--button-border-selected: 1px solid hsla(0deg, 0%, 100%, 30%);
--button-pad: 0.15em 0.8em;
--button-radius: 1000px;
--button-radius: 1000em;
font-family: Muller;
font-weight: 600;