Update app.py
Browse files
app.py
CHANGED
|
@@ -77,12 +77,12 @@ COUNTER = """
|
|
| 77 |
}
|
| 78 |
.circle-bg {
|
| 79 |
fill: none;
|
| 80 |
-
stroke: rgba(
|
| 81 |
stroke-width: 6;
|
| 82 |
}
|
| 83 |
.circle-progress {
|
| 84 |
fill: none;
|
| 85 |
-
stroke:
|
| 86 |
stroke-width: 6;
|
| 87 |
stroke-linecap: round;
|
| 88 |
stroke-dasharray: 283;
|
|
|
|
| 77 |
}
|
| 78 |
.circle-bg {
|
| 79 |
fill: none;
|
| 80 |
+
stroke: rgba(0, 0, 0, 0.3);
|
| 81 |
stroke-width: 6;
|
| 82 |
}
|
| 83 |
.circle-progress {
|
| 84 |
fill: none;
|
| 85 |
+
stroke: black;
|
| 86 |
stroke-width: 6;
|
| 87 |
stroke-linecap: round;
|
| 88 |
stroke-dasharray: 283;
|