UI Refresh & Logic Updates: New answer color scheme, improved Boolean/Number handling for results, and localized formatting.

This commit is contained in:
2026-04-16 20:40:27 +02:00
parent 604d23bcdf
commit 2c352b2392
5 changed files with 41 additions and 55 deletions
+3 -5
View File
@@ -16,13 +16,12 @@
background: #111111 url('/img/bg.png') center/cover fixed;
}
/* Answer colors for presentation view */
.answer-a {
background: #dc2626;
background: #2563eb;
}
.answer-b {
background: #2563eb;
background: #7c3aed;
}
.answer-c {
@@ -30,10 +29,9 @@
}
.answer-d {
background: #16a34a;
background: #0891b2;
}
/* Fire gradient for headings */
.fire-gradient {
background: linear-gradient(135deg, #dc2626, #f59e0b);
-webkit-background-clip: text;