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 {