Files
eveship.fit.react/src/components/ShipAttribute/ShipAttribute.module.css
Patric Stout 72bbadeaee feat: on hover, preview the module / charge (#138)
This shows the impact adding the module / charge would have, and colouring the statistics accordingly.
2024-05-26 12:53:31 +00:00

8 lines
65 B
CSS

.increase {
color: #8dc169;
}
.decrease {
color: #ff454b;
}