From 30723a1df4688c421ccd8ec7b9d804c0bd3d020a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Aug 2019 15:32:40 +0300 Subject: background colors update --- vnext/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/index.css') diff --git a/vnext/src/index.css b/vnext/src/index.css index d46b5d74..e1e841fe 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -3,8 +3,8 @@ :root { --main-width: 1000px; - --main-background-color: #fdfdfe; - --background-color: #f8f8f8; + --main-background-color: #f8f8f8; + --background-color: #fdfdfe; --border-color: #eee; --text-background-color: #fff; --text-color: #222; -- cgit v1.2.3