From c8c92c853bb1d0fcc14f0e3b3437085fe84b373d Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:59:09 -0600 Subject: [PATCH] Update theme.css --- theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme.css b/theme.css index da571e3..9da8797 100644 --- a/theme.css +++ b/theme.css @@ -21,7 +21,6 @@ --body-color: #f0f0f0; /* General text color */ --body-color-muted: #666666; /* Muted text, for less emphasis */ --link-color: #00ffcc; /* Neon color for links */ - --button-color: #00ffcc; --unread-marker-color: #00ffcc; /* Neon color */ --date-marker-color: #00ffcc; /* Use neon color for consistency */ --highlight-bg-color: #1b1b1b; /* Slightly darker than the body background */ @@ -149,7 +148,7 @@ kbd { /* General button styles */ .btn { - background-color: #121212; + background-color: #1b1b1b; color: #00ffcc; border: 2px solid #00ffcc; text-transform: uppercase;