feat: on hover, preview the module / charge (#138)

This shows the impact adding the module / charge would have, and colouring the statistics accordingly.
This commit is contained in:
Patric Stout
2024-05-26 14:53:31 +02:00
committed by GitHub
parent d8bb534526
commit 72bbadeaee
26 changed files with 260 additions and 102 deletions

View File

@@ -0,0 +1,7 @@
.increase {
color: #8dc169;
}
.decrease {
color: #ff454b;
}