m-ric commited on
Commit
ab90fa7
·
verified ·
1 Parent(s): 0070ea2

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. 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
- background: #2ecc71;
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