Remove styles

This commit is contained in:
Andrea Fazzi 2023-04-19 10:57:23 +02:00
parent 2060123d47
commit e8bd3e05e2

View file

@ -1,6 +1,5 @@
html { html {
background-color: rgba(27, 38, 54, 1); background-color: rgba(27, 38, 54, 1);
text-align: center;
color: white; color: white;
} }
@ -22,5 +21,4 @@ body {
#app { #app {
height: 100vh; height: 100vh;
text-align: center;
} }