From db1735aa6d3e159c768248ba0f9a5501d6424bb1 Mon Sep 17 00:00:00 2001 From: flamez Date: Sun, 23 Feb 2025 15:39:29 +0000 Subject: [PATCH] Update src/style.css --- src/style.css | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/style.css b/src/style.css index a3eb63c..50d982e 100644 --- a/src/style.css +++ b/src/style.css @@ -2,14 +2,14 @@ html, body { height: 100%; margin: 0; padding: 0; - background-color:#191919; + background-color:#4d4d4d; } p1{ font-family: "Times New Roman"; font-size: 100%; - background-color: white; - color: black; + background-color: #00008b; + color: #FF8C00; } p.solid{border-style: solid;} @@ -17,7 +17,7 @@ p2{ font-family: "Times New Roman"; font-size: 100%; background-color: darkblue; - color: orange; + color: #FF8C00; } /* Style the tab */ @@ -40,12 +40,12 @@ p2{ /* Change background color of buttons on hover */ .tab button:hover { - background-color: #ddd; + background-color: #ffffff; } /* Create an active/current tablink class */ .tab button.active { - background-color: #ccc; + background-color: #00008b; } /* Style the tab content */ @@ -55,10 +55,11 @@ p2{ border: 1px solid #ccc; border-top: none; } -