From 786dbf95b48947a468a1c945935186941b1a8a7f Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 24 Jan 2024 13:50:35 -0800 Subject: [PATCH] Update index.html --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 19f02a2..dbea728 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ } .source-btn { - background-color: #000000; + background-color: #333333; color: white; padding: 10px 20px; font-size: 16px; @@ -53,8 +53,12 @@ max-width: 200px; } - button:hover, .dropdown-btn:hover, .source-btn:hover { - background-color: #45a049; + button:hover, .dropdown-btn:hover { + background-color: #45a049; #333333 + } + + source-btn:hover { + background-color: #000000; } .dropdown-content {