This commit is contained in:
bingus_violet 2024-04-25 20:01:02 -05:00
parent 80ad607d92
commit 3352ceb796
2 changed files with 7 additions and 25 deletions

View file

@ -87,27 +87,6 @@ img:not(.project-inner > div > img):not(.activity>img) {
}
}
.lengthBar {
background-color: rgb(50, 40, 60);
display: inline-block;
width: 80%;
height: 10px;
padding: 0;
overflow: hidden;
border-radius: 5px;
margin-right: 1.9%;
}
.lengthBar>span {
margin: 0;
padding: 0;
width: 100%;
background-color: rgb(200, 200, 230);
height: 20px;
display: block;
position: relative;
}
@keyframes spinny {
0% {
rotate: 0deg;