Skip to content

Commit 1a3467f

Browse files
committed
color the progress bar with our primary
1 parent 1e33470 commit 1a3467f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/StatusDashboard/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,7 @@
271271
right: 0;
272272
text-align: right;
273273
}
274+
275+
.progress_bar progress {
276+
accent-color: var(--ifm-color-primary);
277+
}

0 commit comments

Comments
 (0)