Update index.html
This commit is contained in:
parent
9e0bf1dc66
commit
f88987ea0c
|
@ -6,7 +6,9 @@
|
||||||
html, body {
|
html, body {
|
||||||
background-color: #00111d;
|
background-color: #00111d;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: "Helvetica", "Suisse Int'l", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||||
|
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
|
||||||
|
"Helvetica Neue", sans-serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue