From 8dec8350bb1b48e5d4d26553c2b758856c6d4722 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 25 Nov 2024 04:07:44 +0700 Subject: [PATCH] add non-accent pill button --- style.css | 5 +++++ 1 file changed, 5 insertions(+) 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));