aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-23 13:02:22 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit1baee0fc63ba8228d009a11c0211dca8fbef09bf (patch)
tree81b062306ad203e21f7081b8269aef3a13f5e0e5 /vnext/src
parenta839f4fc903c46206a75cac5507846b6c0fe8d4f (diff)
Styling fix
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/index.css8
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 {