Use rounded buttons

This commit is contained in:
Alex Gleason 2021-09-20 21:35:54 -05:00
parent 96a226a94b
commit 4ec5cb931c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -10,7 +10,7 @@ button {
.button { .button {
background-color: var(--brand-color); background-color: var(--brand-color);
border: 10px none; border: 10px none;
border-radius: 4px; border-radius: 999px;
box-sizing: border-box; box-sizing: border-box;
color: #fff; color: #fff;
cursor: pointer; cursor: pointer;