From 0287740de6e0687bb9f38e85161f451a0bd5d1c1 Mon Sep 17 00:00:00 2001 From: Saransh Bangar Date: Sat, 1 Jun 2024 14:42:21 +0530 Subject: [PATCH] Changed "Bringing happiness to you" card text colour on hover --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c1700a09..0415b2ef 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,7 @@ body { .navbar a { text-decoration: none; color: white; - font-size: 1.3rem;z + font-size: 1.3rem; } .transparent-image { @@ -266,6 +266,7 @@ body { .service .box a:hover { background-color: brown; + color: hsla(40, 12%, 5%, 1); } .menu_container {