Default background color (#1030)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-09-10 20:44:23 -07:00
committed by GitHub
parent 67b0261b0b
commit 59f5f6a9f0

View File

@@ -1,5 +1,6 @@
body {
margin: 0;
background-color: rgb(250, 250, 250);
font-family: "Lato", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;