Skip to content

Commit 727dfaf

Browse files
committed
Fix text contrast to WCAG AAA compliance
1 parent 1ac936d commit 727dfaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
.header h1 {
104104
font-size: 2rem;
105105
font-weight: 400;
106-
color: #c12120;
106+
color: #e0e0e0;
107107
}
108108
109109
.progress-container {
@@ -216,12 +216,12 @@ jobs:
216216
font-size: 1rem;
217217
font-weight: 500;
218218
margin-bottom: 0.25rem;
219-
color: #888;
219+
color: #aaaaaa;
220220
transition: color 0.3s ease;
221221
}
222222
223223
.step.active .step-label {
224-
color: #c12120;
224+
color: #e0e0e0;
225225
}
226226
227227
.step.completed .step-label {

0 commit comments

Comments
 (0)