decrease font-weight and add contrast.

This commit is contained in:
cryptofyre 2022-01-02 18:14:28 -06:00
parent 806b0c4591
commit d4ffd24da5

View file

@ -1496,8 +1496,9 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.lyrics-translation { .lyrics-translation {
font-size: 1.6rem; font-size: 1.6rem;
font-weight: 550; font-weight: 510;
font-family: 'Inter', 'Noto Sans JP', sans-serif; font-family: 'Inter', 'Noto Sans JP', sans-serif;
filter: contrast(0.5);
} }
@keyframes lyricWaitingLine { @keyframes lyricWaitingLine {