styles/index.scss: Set default background&color

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-12-14 19:23:04 +01:00
parent 3441a4b4f1
commit bd9b3620b3
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -11,6 +11,8 @@ body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
background: #FFF;
color: #000;
}
label {