diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index a8976380..def65a49 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -29,6 +29,8 @@ export default { width: 100%; position: relative; overflow: hidden; + color: #19191a !important; + background-color: #1D1F2E; } .fixed-header+.app-main { @@ -36,6 +38,7 @@ export default { } .hasTagsView { + .app-main { /* 84 = navbar + tags-view = 50 + 34 */ min-height: calc(100vh - 84px); diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2f04decf..a7454503 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -87,7 +87,7 @@ export default { height: 62px; overflow: hidden; position: relative; - background: #fff; + background: #19191a; box-shadow: 0 1px 4px rgba(0,21,41,.08); padding: 0; diff --git a/src/layout/index.vue b/src/layout/index.vue index 4f0b244a..c4462071 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -59,6 +59,9 @@ export default {