This shows the impact adding the module / charge would have, and colouring the statistics accordingly.
8 lines
65 B
CSS
8 lines
65 B
CSS
.increase {
|
|
color: #8dc169;
|
|
}
|
|
|
|
.decrease {
|
|
color: #ff454b;
|
|
}
|