diff --git a/css/index.css b/css/index.css index 52b50f2..7621e63 100644 --- a/css/index.css +++ b/css/index.css @@ -133,7 +133,7 @@ button:hover { } .dsc-btn:hover { - background-color: #5b209a; + background-color: #a751f2; transform: scale(1.1); } .clr-btn:hover { @@ -190,6 +190,17 @@ button:hover { width: 100%; } +.footer a { + text-decoration: none; + color: #0d5152; + font-size: inherit; + font-weight: inherit; +} + +.footer a:hover { + text-decoration: underline; +} + .recommended { vertical-align: middle; margin-left: 5px;