diff --git a/index.html b/index.html index 32ee012..f57c4b7 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,20 @@ max-width: 200px; } + .dsc-btn { + background-color: #9656ce; + 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 { background-color: #45a049; } @@ -63,6 +77,10 @@ .source-btn:hover { background-color: #000000; } + + .dsc-btn:hover { + background-color: #5b209a; + } .dropdown-content { display: none; @@ -148,7 +166,8 @@