mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
12 lines
236 B
CSS
12 lines
236 B
CSS
/* Disable links in Genius lyrics */
|
|
.genius-lyrics a {
|
|
color: var(--ytmusic-text-primary);
|
|
display: inline-block;
|
|
pointer-events: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#contents.genius-lyrics {
|
|
font-size: initial;
|
|
opacity: 0.9;
|
|
} |