Skip to content

Commit

Permalink
style: Add hover effect to summary element
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Sep 7, 2024
1 parent 5b76ba3 commit d1735a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ summary {
color: #0000ee;
}

summary:hover {
text-decoration: underline;
}

.no-style-btn {
background: none;
border: none;
Expand Down

0 comments on commit d1735a9

Please sign in to comment.