Update src/style.css
All checks were successful
On_Push / build (push) Successful in 24s

This commit is contained in:
flamez 2025-04-23 07:55:38 +00:00
parent aff9afd08d
commit 62204abc58

View file

@ -54,12 +54,12 @@ p2{
/* Change background color of buttons on hover */ /* Change background color of buttons on hover */
.tab button:hover { .tab button:hover {
background-color: #ffffff; background-color: #063234;
} }
/* Create an active/current tablink class */ /* Create an active/current tablink class */
.tab button.active { .tab button.active {
background-color: #00008b; background-color: #FFFFFF;
} }
/* Style the tab content */ /* Style the tab content */
@ -72,7 +72,7 @@ p2{
.accordion { .accordion {
background-color: #00008b; background-color: #0aabe696;
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
padding: 18px; padding: 18px;