diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index 25d8b41e8..986b37613 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -160,12 +160,8 @@ export default { color: white; } -main { -} - footer { - color: #aaa; - font-size: 13px; + font-size: 0.85rem; margin-bottom: 30px; margin-left: 10px; } diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index 07af1e937..1e9a01a0f 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -129,7 +129,7 @@ export default { } &:hover { - background-color: $highlight-white; + background-color: var(--background-sidebar-active); } &.active {