Hopefully fix the frayed edges of the progress bar

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-02 16:12:16 -05:00
parent e187919099
commit 860cf6ab5c
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ progress {
height: 12px;
width: 90%;
border-radius: 7px;
border: 1px solid #282c34;
border: 2px solid #282c34;
background-color: #bbc2cf;
color: #ff6c6b;
}