From 613c2bd374af73eb0acc3627c3ca5344f70d4766 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 11 Dec 2021 18:28:39 +0100 Subject: [PATCH] chore: use background-color --- src/components/misc/no-auth-wrapper.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/misc/no-auth-wrapper.vue b/src/components/misc/no-auth-wrapper.vue index 94a8c61f9..687979beb 100644 --- a/src/components/misc/no-auth-wrapper.vue +++ b/src/components/misc/no-auth-wrapper.vue @@ -49,7 +49,7 @@ const motd = computed(() => store.state.config.motd) width: 100%; min-height: 60vh; display: flex; - background: var(--white); + background-color: var(--white); border-radius: $radius; box-shadow: var(--shadow-md); overflow: hidden;