diff --git a/src/components/misc/no-auth-wrapper.vue b/src/components/misc/no-auth-wrapper.vue index 41e30aef2..6ce78beb9 100644 --- a/src/components/misc/no-auth-wrapper.vue +++ b/src/components/misc/no-auth-wrapper.vue @@ -74,7 +74,7 @@ const motd = computed(() => store.state.config.motd) left: 0; right: 0; bottom: 0; - background: rgba(0, 0, 0, .2); + background-color: rgba(0, 0, 0, .2); z-index: 10; }