cosmetic improvements

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 11:57:54 +03:00
parent 9f720e73ab
commit bd1f2153c1
4 changed files with 47 additions and 23 deletions
+16 -3
View File
@@ -252,14 +252,24 @@ body {
}
.score-display {
display: flex;
align-items: center;
gap: 10px;
font-size: 1.2rem;
font-weight: 700;
}
#score-system {
margin-left: 8px;
.score-correct {
color: var(--correct);
margin-left: 16px;
}
.score-incorrect { color: var(--incorrect); }
.system-range-label {
text-align: center;
font-size: 1rem;
color: var(--text-dim);
font-size: 0.9rem;
padding: 8px 20px 0;
}
.timer-area {
@@ -522,6 +532,9 @@ body {
font-size: 1.5rem;
font-weight: 700;
color: var(--correct);
}
.results-congrats:not(:empty) {
margin-bottom: 16px;
min-height: 48px;
}