From 35276d16c0a0adf23577a8a3a2c07acb036e38b6 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 10 Sep 2024 18:09:00 -0700 Subject: [PATCH] Changed link-btn color --- index.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index f5ac604..aa75332 100644 --- a/index.html +++ b/index.html @@ -56,33 +56,13 @@ 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 { + button:hover { background-color: #45a049; } .source-btn:hover { background-color: #000000; } - - .link-btn:hover { - background-color: #228B22; - } .dropdown-content { display: none; @@ -168,7 +148,7 @@