Browse Source
several css color fixes
remotes/philippdormann/feature/gotify
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with
2 additions and
6 deletions
-
src/layouts/Layout.vue
-
src/pages/Dashboard.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; |
|
|
|
} |
|
|
|
|
|
@ -129,7 +129,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background-color: $highlight-white; |
|
|
|
background-color: var(--background-sidebar-active); |
|
|
|
} |
|
|
|
|
|
|
|
&.active { |
|
|
|