Skip to content

Commit

Permalink
highlight on character names
Browse files Browse the repository at this point in the history
  • Loading branch information
Metal079 committed Dec 20, 2023
1 parent bce3718 commit c26010c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/home/faq/faq.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,11 @@ button {
background-color: #2fa5e9;
border: 0;
padding: 0;
}

li:hover {
background: #fff5;
border-radius: .375rem;
padding-inline: .375rem;
cursor: pointer;
}

0 comments on commit c26010c

Please sign in to comment.