fix lyrics css styling

This commit is contained in:
Araxeus
2022-01-29 11:13:53 +02:00
parent 61eb23614a
commit babc50099c

View File

@ -6,7 +6,10 @@
text-decoration: none;
}
#contents.genius-lyrics {
font-size: 1vw;
opacity: 0.9;
#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;
}