Update theme.css

This commit is contained in:
deepend-tildeclub 2024-08-29 13:59:09 -06:00 committed by GitHub
parent ba5eb6da2b
commit c8c92c853b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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;