We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac936d commit 727dfafCopy full SHA for 727dfaf
1 file changed
.github/workflows/preview-deploy.yml
@@ -103,7 +103,7 @@ jobs:
103
.header h1 {
104
font-size: 2rem;
105
font-weight: 400;
106
- color: #c12120;
+ color: #e0e0e0;
107
}
108
109
.progress-container {
@@ -216,12 +216,12 @@ jobs:
216
font-size: 1rem;
217
font-weight: 500;
218
margin-bottom: 0.25rem;
219
- color: #888;
+ color: #aaaaaa;
220
transition: color 0.3s ease;
221
222
223
.step.active .step-label {
224
225
226
227
.step.completed .step-label {
0 commit comments