We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b979331 commit c30f616Copy full SHA for c30f616
1 file changed
css/general.css
@@ -31,11 +31,13 @@
31
background-color: var(--color-back);
32
height: 18px;
33
margin-top: 12px;
34
+ border-radius: 10px;
35
}
36
.progress_bar_inner {
37
background-color: var(--color-accent);
38
height: 100%;
39
width: calc(100% * var(--progress));
40
+ border-radius: inherit;
41
42
.accent_color {
43
color: var(--color-accent);
0 commit comments