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