Skip to content

Commit c534822

Browse files
committed
Update default loading background
1 parent 910554b commit c534822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</div>
7171

7272
<script>
73-
const bgColor = localStorage.getItem('theme-background-color') || '#d8e2e6';
73+
const bgColor = localStorage.getItem('theme-background-color') || '#e4e8ed';
7474
document.querySelector('html').style.backgroundColor = bgColor;
7575

7676
let progressElement = document.getElementById('progress-logo');

0 commit comments

Comments
 (0)