From 1a244d9138415e227e8ef1346cbb57fa5d82b90c Mon Sep 17 00:00:00 2001 From: Amruta Kothawade <116087736+Amruta7203@users.noreply.github.com> Date: Sun, 2 Jun 2024 11:52:58 +0530 Subject: [PATCH] Update faq.css --- faq.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faq.css b/faq.css index cf44ead9..b1a549b2 100644 --- a/faq.css +++ b/faq.css @@ -46,6 +46,10 @@ transition: color 0.3s ease; } +.card-header button:hover { + cursor: pointer; +} + .card-header button:focus { outline: none; }