diff --git a/contact.html b/contact.html index b64616a..120f010 100644 --- a/contact.html +++ b/contact.html @@ -345,6 +345,12 @@ align-items: center; animation: logoAnimation 1s ease forwards; } + ul li a:hover { + color: blue !important; + } + a:hover { + color: blue !important; + } .brand-name { display: flex; diff --git a/features.html b/features.html index 40e3086..b4dd198 100644 --- a/features.html +++ b/features.html @@ -222,6 +222,9 @@ color: white; background-color: #000; } + ul li a:hover { + color: blue !important; + } .content { margin: 20px;