X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2FApp.vue;h=203fb47f69108690234b283569919e663f491012;hb=9dc8b66f4d1fa4e298e260a33f08debb69b1d944;hp=87c7aa45293f9c1282cde9c51cfd38a0576d17bc;hpb=1d41bc6b533ef7361954f472811263c24cd6f64b;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/App.vue b/ui/web/src/App.vue index 87c7aa45..203fb47f 100644 --- a/ui/web/src/App.vue +++ b/ui/web/src/App.vue @@ -9,14 +9,14 @@ font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: #2c3e50; + color: black; + background-color: white; } body { height: fit-content; width: fit-content; - margin: 0.05%; - padding: 0.05%; - background-color: rgb(233, 227, 227); + margin: 0.001%; + padding: 0.001%; }