feat(ui): enhance charging stations list structure
[e-mobility-charging-stations-simulator.git] / ui / web / src / App.vue
index 87c7aa45293f9c1282cde9c51cfd38a0576d17bc..203fb47f69108690234b283569919e663f491012 100644 (file)
@@ -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%;
 }
 </style>