diff --git a/Css-files/content.css b/Css-files/content.css index b075a566..b03980fb 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -318,6 +318,9 @@ div.deals:hover{ color: brown !important; } +.deals:hover p a{ + color: brown !important; +} .deals p{ font-size: 1.1rem; padding-top: 2px; diff --git a/Html-files/services.html b/Html-files/services.html index 0dcb4c38..0c6890ff 100644 --- a/Html-files/services.html +++ b/Html-files/services.html @@ -179,6 +179,15 @@ transform: rotate(360deg); } } + +.deals:hover { + background-color: hsl(203, 30%, 95%); /* Optional: change background on hover */ +} + +.deals:hover p { + color: hsl(203, 30%, 50%); /* Change to a darker color for contrast on hover */ + color: hsl(203, 30%, 50%); +} @@ -387,7 +396,7 @@

S E R