diff --git a/index.html b/index.html index 47bf1d3..5384a7a 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,21 @@ max-width: 200px; } + + .link-btn { + background-color: #7CFC00; + color: white; + padding: 10px 20px; + font-size: 16px; + cursor: pointer; + border: none; + border-radius: 5px; + margin: 10px auto; + text-decoration: none; + display: inline-block; + max-width: 200px; + } + button:hover, .dropdown-btn:hover { background-color: #45a049; @@ -64,6 +79,10 @@ .source-btn:hover { background-color: #000000; } + + .link-btn:hover { + background-color: #228B22; + } .dropdown-content { display: none; @@ -144,6 +163,7 @@