Update math

This commit is contained in:
Dmitry Bikulov
2025-09-16 00:28:52 +03:00
parent 93883a4470
commit 45e0da6ada
3 changed files with 6 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ body {
.result { margin-top: 18px; padding: 18px; background: var(--panel); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
.result .score { font-size: 20px; margin-bottom: 8px; }
.again { padding: 10px 16px; border-radius: 10px; border: 1px solid var(--border); background: var(--panel); color: #0f172a; cursor: pointer; box-shadow: var(--shadow); }
.again { margin-top: 1em; padding: 10px 16px; border-radius: 10px; border: 1px solid var(--border); background: var(--panel); color: #0f172a; cursor: pointer; box-shadow: var(--shadow); }
.again:hover { background: #f1f5f9; }
.hidden { display: none; }