aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/index.css8
1 files changed, 4 insertions, 4 deletions
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;