Skip to content

Commit

Permalink
Add custom css properties for annotation background color
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfung1031 committed Jan 4, 2025
1 parent a125e89 commit 75e3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeniusLyrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2215,11 +2215,11 @@ Browser: ${navigator.userAgent}
scrollbar-width: auto;
}
.annotated span {
background-color: #c0c0c060 !important;
background-color: var(--egl-annotated-span-bgcolor, #c0c0c060) !important;
text-decoration: none !important;
}
.annotated:hover span, .annotated.highlighted span {
background-color: #ddd !important;
background-color: var(--egl-annotated-span-bgcolor-active, #ddd) !important;
text-decoration: none !important;
}
.annotated.highlighted span {
Expand Down

0 comments on commit 75e3eb3

Please sign in to comment.