Jon Solow
commited on
Commit
·
83d4927
1
Parent(s):
49023d5
Add format for rams which are just 'LA'
Browse files- src/css/Player.css +4 -0
src/css/Player.css
CHANGED
@@ -253,6 +253,10 @@
|
|
253 |
background-color: #ffd100;
|
254 |
}
|
255 |
|
|
|
|
|
|
|
|
|
256 |
.player--LV {
|
257 |
background-color: #a5acaf;
|
258 |
}
|
|
|
253 |
background-color: #ffd100;
|
254 |
}
|
255 |
|
256 |
+
.player--LA {
|
257 |
+
background-color: #ffd100;
|
258 |
+
}
|
259 |
+
|
260 |
.player--LV {
|
261 |
background-color: #a5acaf;
|
262 |
}
|