From 5c970548598aa76f3b50f13e978ec097204c2035 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Tue, 18 Nov 2025 18:48:31 -0500 Subject: [PATCH] make 2 buttons smaller --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index be5f6be..d73b386 100644 --- a/style.css +++ b/style.css @@ -465,6 +465,8 @@ body { color: #ff2a9d !important; border: 2px solid #ff2a9d !important; background: transparent !important; + padding: 8px 16px !important; + font-size: 12px !important; text-shadow: 0 0 10px rgba(255, 42, 157, 0.8), 0 0 20px rgba(255, 42, 157, 0.6);