Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-02 01:35:24 -05:00
parent baa1235d29
commit 213efd2c13
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 3 additions and 3 deletions

View File

@ -76,10 +76,10 @@ input[type=submit] {
}
progress {
height: 15px;
height: 12px;
width: 70%;
border-radius: 7px;
border: 1px solid transparent;
border-radius: 6px;
border: 1px solid #282c34;
background-color: #bbc2cf;
color: #ff6c6b;
}