Use contrast text color for tutorial buttons on accent backgrounds

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 21:50:40 +03:00
parent 49c985e5c5
commit bd6c072adf

View File

@@ -20,7 +20,7 @@
.tutorial-trigger-btn:hover { .tutorial-trigger-btn:hover {
background: var(--primary-color); background: var(--primary-color);
color: white; color: var(--primary-contrast);
} }
#calibration-modal .modal-body { #calibration-modal .modal-body {
@@ -154,7 +154,7 @@
.tutorial-next-btn { .tutorial-next-btn {
background: var(--primary-color); background: var(--primary-color);
color: white; color: var(--primary-contrast);
} }
.tutorial-prev-btn:hover:not(:disabled), .tutorial-prev-btn:hover:not(:disabled),