minor optimizations

This commit is contained in:
2019-07-17 14:54:46 -04:00
parent ed8d937c75
commit 93802b9264
4 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
url("./fonts/OpenSans-Semibold.woff") format("woff"), /* Modern Browsers */
url("./fonts/OpenSans-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
url("./fonts/OpenSans-Semibold.svg#OpenSans") format("svg"); /* Legacy iOS */
font-display: swap;
}
@@ -24,7 +25,7 @@ html, body {
margin: 0;
/* background-color: #414ef8; */
background-color: #94d500;
color: #fefefe;
color: #fff;
cursor: default;
}