fix bad-looking score issue

pull/209/head
Aevann 2023-09-26 13:35:01 +03:00
parent 75d2739c29
commit a03e1961d7
1 changed files with 1 additions and 0 deletions

View File

@ -4029,6 +4029,7 @@ small, .small {
.score {
color: var(--black);
font-size: 1.1rem;
word-break: initial !important;
}
.score-up {
color: var(--primary);