mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
16 lines
289 B
CSS
16 lines
289 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: 14px;
|
|
opacity: 0.9;
|
|
}
|
|
.style-scope ytmusic-tab-renderer {
|
|
display: block;
|
|
}
|