UI Refresh & Logic Updates: New answer color scheme, improved Boolean/Number handling for results, and localized formatting.
This commit is contained in:
+3
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user