From f5421a240a8c92d1cac867709b60b8e2861fd09c Mon Sep 17 00:00:00 2001 From: flamez Date: Thu, 20 Feb 2025 16:45:20 +0000 Subject: [PATCH] Update src/style.css --- src/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 8808479..416fb5a 100644 --- a/src/style.css +++ b/src/style.css @@ -7,8 +7,7 @@ html, body { } p{ font-family: "Times New Roman"; - color: Da - ; + color: darkorange; font-size: 100%; /* Style the tab */ @@ -20,7 +19,7 @@ p{ /* Style the buttons that are used to open the tab content */ .tab button { - background-color: inherit; + background-color: darkorange; float: left; border: none; outline: none;