From ccc2d1118fead36d7898020ed47fc1c123856edf Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 11 Jun 2019 15:14:47 +0300 Subject: Styling --- vnext/src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vnext/src') diff --git a/vnext/src/index.css b/vnext/src/index.css index 2a634016..3bd3cb13 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -30,6 +30,7 @@ body { } body { + background: #f8f8f8; text-size-adjust: 100%; word-break: break-word; color: #363636; @@ -87,8 +88,7 @@ hr { border: none; } -#app { - background: #fdfdfe; +#app { display: grid; grid-template-areas: "header" "content" "footer"; grid-template-columns: 100%; @@ -131,7 +131,6 @@ hr { } #content { - background: #fefdfe; grid-area: content; margin-top: 12px; overflow-y: auto; @@ -325,7 +324,8 @@ hr { flex-direction: column; justify-content: initial; border-top: initial; - margin-top: 12px; + margin: 12px; + border: 1px solid #eee; } #sidebar > a:hover { border-top: initial; -- cgit v1.2.3