From bdf4a4f5ba956178009dd7bd7900f199f8a8194c Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:55:53 -0600 Subject: [PATCH] Update theme.css --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index cc8149c..da571e3 100644 --- a/theme.css +++ b/theme.css @@ -149,8 +149,8 @@ kbd { /* General button styles */ .btn { - background-color: #00ffcc; - color: #121212; + background-color: #121212; + color: #00ffcc; border: 2px solid #00ffcc; text-transform: uppercase; transition: all 0.3s ease;