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

@ -24,7 +24,6 @@ dialog {
background: var(--background);
border: var(--border);
border-radius: var(--border-radius);
box-shadow: 0 0 50px #fff6;
}
@ -60,7 +59,7 @@ dialog {
button {
border: none;
border-radius: 0.75em;
border-radius: var(--button-radius);
padding: 0.5em 1em;
font-family: Muller;