Skip to content

Commit 400d291

Browse files
fix: visible color on progress
1 parent 5819574 commit 400d291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const hasAnnounce = annonces.length > 0
172172
<slot name="head" />
173173

174174
<ClientRouter />
175-
<LoadingIndicator color="#8405FF" threshold={0} />
175+
<LoadingIndicator color="#a796ff" threshold={0} />
176176

177177
<script src="../scripts/analytics.js"></script>
178178
<script src="../scripts/bootstrap.js"></script>

0 commit comments

Comments
 (0)