Browse Source

several css color fixes

remotes/philippdormann/feature/gotify
Philipp Dormann 4 years ago
parent
commit
deea889e8d
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 6
      src/layouts/Layout.vue
  2. 2
      src/pages/Dashboard.vue

6
src/layouts/Layout.vue

@ -160,12 +160,8 @@ export default {
color: white; color: white;
} }
main {
}
footer { footer {
color: #aaa; font-size: 0.85rem;
font-size: 13px;
margin-bottom: 30px; margin-bottom: 30px;
margin-left: 10px; margin-left: 10px;
} }

2
src/pages/Dashboard.vue

@ -129,7 +129,7 @@ export default {
} }
&:hover { &:hover {
background-color: $highlight-white; background-color: var(--background-sidebar-active);
} }
&.active { &.active {

Loading…
Cancel
Save