From c26010c96aeac2a4ea7b258fb0ff1f67a379ca14 Mon Sep 17 00:00:00 2001 From: metal079 Date: Wed, 20 Dec 2023 00:50:16 -0600 Subject: [PATCH] highlight on character names --- src/app/home/faq/faq.component.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/home/faq/faq.component.css b/src/app/home/faq/faq.component.css index 63e230b..f473b8a 100644 --- a/src/app/home/faq/faq.component.css +++ b/src/app/home/faq/faq.component.css @@ -42,4 +42,11 @@ button { background-color: #2fa5e9; border: 0; padding: 0; +} + +li:hover { + background: #fff5; + border-radius: .375rem; + padding-inline: .375rem; + cursor: pointer; } \ No newline at end of file