aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-06-11 15:14:47 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commitccc2d1118fead36d7898020ed47fc1c123856edf (patch)
tree4e40e9dbd2fa275ab18b9d22ae6c4a1682b5775c /vnext/src
parentee5f3a4a78cd9a4cc2ed259ce599db95765f24ce (diff)
Styling
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;