Update index.html
This commit is contained in:
parent
9579b9b6c7
commit
786dbf95b4
10
index.html
10
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user