Skip to content

Commit 37ef597

Browse files
jsundaiclaude
andcommitted
Fix quiz option text color
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1668a2d commit 37ef597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/nexus-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
.quiz-opt {
226226
background: var(--surface2); border: 2px solid var(--border);
227227
border-radius: 8px; padding: 10px 16px; cursor: pointer;
228-
font-size: 13px; transition: all .2s; text-align: left;
228+
font-size: 13px; transition: all .2s; text-align: left; color: var(--text);
229229
}
230230
.quiz-opt:hover { border-color: var(--accent); }
231231
.quiz-opt.correct { border-color: var(--accent3); background: rgba(16,185,129,.1); color: var(--accent3); }

0 commit comments

Comments
 (0)