mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
16 lines
372 B
CSS
16 lines
372 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, .description {
|
|
font-size: 1.1vw !important;
|
|
text-align: center !important;
|
|
line-height: 1.4;
|
|
font-family: Roboto,Noto Naskh Arabic UI,Arial,sans-serif;
|
|
font-weight: 400;
|
|
}
|