Russian translation added

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 02:44:47 +03:00
parent 3055b785be
commit 45734bb5b4
4 changed files with 178 additions and 46 deletions
+16
View File
@@ -91,6 +91,22 @@ body {
margin-bottom: 32px;
}
#btn-start {
margin-bottom: 8px;
}
.lang-select {
background: var(--bg-light);
color: var(--text);
border: 2px solid transparent;
border-radius: 8px;
padding: 10px 16px;
font-size: 0.95rem;
cursor: pointer;
width: 100%;
max-width: 320px;
}
.ticker {
display: inline-block;
white-space: nowrap;