make buttons/clickables round

This commit is contained in:
julius 2025-01-28 18:31:38 +01:00
parent da9c3be1cd
commit d5e684eb98
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -99,9 +99,9 @@ h3 {
cursor: pointer; cursor: pointer;
font-size: small; font-size: small;
border: 3px dashed black; border: 3px dashed black;
border-radius: 4px; border-radius: 1.2em;
margin: 8px auto; margin: 8px auto;
padding: 4px 8px; padding: 4px 16px;
} }
.extra-margin { .extra-margin {
@ -113,6 +113,7 @@ button {
font-size: large; font-size: large;
color: ghostwhite; color: ghostwhite;
background-color: black; background-color: black;
border-radius: 1.2em;
z-index: 1; z-index: 1;
&:focus { &:focus {
outline: black; outline: black;