We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910554b commit c534822Copy full SHA for c534822
src/index.html
@@ -70,7 +70,7 @@
70
</div>
71
72
<script>
73
- const bgColor = localStorage.getItem('theme-background-color') || '#d8e2e6';
+ const bgColor = localStorage.getItem('theme-background-color') || '#e4e8ed';
74
document.querySelector('html').style.backgroundColor = bgColor;
75
76
let progressElement = document.getElementById('progress-logo');
0 commit comments