From 62204abc584acc758bf7c1f371bf9b9e6d1187df Mon Sep 17 00:00:00 2001 From: flamez Date: Wed, 23 Apr 2025 07:55:38 +0000 Subject: [PATCH] Update src/style.css --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 28cc396..5f1ac4e 100644 --- a/src/style.css +++ b/src/style.css @@ -54,12 +54,12 @@ p2{ /* Change background color of buttons on hover */ .tab button:hover { - background-color: #ffffff; + background-color: #063234; } /* Create an active/current tablink class */ .tab button.active { - background-color: #00008b; + background-color: #FFFFFF; } /* Style the tab content */ @@ -72,7 +72,7 @@ p2{ .accordion { - background-color: #00008b; + background-color: #0aabe696; color: #ffffff; cursor: pointer; padding: 18px;