add progressbar

This commit is contained in:
Wonderfall
2022-07-29 00:07:11 +02:00
parent 0a140a1a12
commit 13876beb0a
3 changed files with 25 additions and 3 deletions

View File

@ -171,3 +171,12 @@ body:not(.dark) #sun {
.logo-switches {
flex-wrap: inherit;
}
#progressBar {
--scrollAmount: 0%;
width: var(--scrollAmount);
height: 3px;
background-color: rgb(0, 128, 128);
position: fixed;
z-index: 9999;
}