Update frontend/src/App.css
Browse files- frontend/src/App.css +1 -2
frontend/src/App.css
CHANGED
@@ -99,8 +99,7 @@ tr:nth-child(even) {
|
|
99 |
|
100 |
.score-fill {
|
101 |
height: 100%;
|
102 |
-
|
103 |
-
transition: width 0.3s ease;
|
104 |
border-radius: 12px;
|
105 |
}
|
106 |
|
|
|
99 |
|
100 |
.score-fill {
|
101 |
height: 100%;
|
102 |
+
transition: width 0.3s ease, background-color 0.3s ease;
|
|
|
103 |
border-radius: 12px;
|
104 |
}
|
105 |
|