From 1baee0fc63ba8228d009a11c0211dca8fbef09bf Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 23 Oct 2019 13:02:22 +0300 Subject: Styling fix --- vnext/src/index.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'vnext/src') diff --git a/vnext/src/index.css b/vnext/src/index.css index e1e841fe..c01d2aae 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -3,8 +3,8 @@ :root { --main-width: 1000px; - --main-background-color: #f8f8f8; - --background-color: #fdfdfe; + --main-background-color: #fdfdfe; + --background-color: #f8f8f8; --border-color: #eee; --text-background-color: #fff; --text-color: #222; @@ -369,12 +369,10 @@ hr { margin-bottom: 12px; } #sidebar { - background: #fff; flex-direction: column; justify-content: initial; border-top: initial; - margin: 12px; - border: 1px solid var(--border-color); + margin-top: 12px; } #sidebar a, .l a { -- cgit v1.2.3