From bd9b3620b3cc4e8176460f486e6b1f057a91f862 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sat, 14 Dec 2019 19:23:04 +0100 Subject: [PATCH] styles/index.scss: Set default background&color --- src/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 93f2157e..8cb31469 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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 {