diff --git a/style.css b/style.css index 19818de..144bef7 100644 --- a/style.css +++ b/style.css @@ -98,6 +98,11 @@ h1 {margin-top: 3vh;} align-items: center; } +.button.pill { + border-radius: 0.6cm; + padding: 0cm 0.75cm 0cm 0.75cm; +} + .button.accent { background-color: rgb(var(--accent3)); color: rgb(var(--white));