diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 8 |
1 files changed, 3 insertions, 5 deletions
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 { |