Update theme.css

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

View File

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