mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
13 lines
275 B
CSS
13 lines
275 B
CSS
/* Disable links in Genius lyrics */
|
|
.genius-lyrics a {
|
|
color: var(--ytmusic-text-primary);
|
|
display: inline-block;
|
|
pointer-events: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.description {
|
|
font-size: clamp(1.4rem, 1.1vmax, 3rem) !important;
|
|
text-align: center !important;
|
|
}
|