diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 9433c09a..5c2e864d 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -137,14 +137,15 @@ export default { body { margin: 0; + + color: #EEEEEE; + background-color: #222222; } #app { font-family: 'Noto Sans', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: #EEEEEE; - background-color: #222222; display: grid; width: 100%;