Update index.html

This commit is contained in:
Preston 2024-01-24 13:50:35 -08:00 committed by GitHub
parent 9579b9b6c7
commit 786dbf95b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {