From 3568279f33efa4cf92e38d0e813b51f320b883f4 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Thu, 26 Oct 2023 03:03:36 -0700 Subject: [PATCH 1/2] Changed background color to main background var --- core/css/guest.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/guest.css b/core/css/guest.css index bfa82fe9..cffbd645 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -33,6 +33,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr html { height: 100%; + background: var(--color-main-background); } article, aside, dialog, figure, footer, header, hgroup, nav, section { -- GitLab From d1c933ae78e8b99065c2691d80f361514add35be Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Fri, 3 Nov 2023 00:47:03 -0700 Subject: [PATCH 2/2] removed overflow --- core/css/guest.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/css/guest.css b/core/css/guest.css index cffbd645..cea50149 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1512,7 +1512,6 @@ a.legal { max-width: 80%; } #body-login .v-align{ - overflow: hidden; width: 70%; height: auto; } @@ -1573,7 +1572,6 @@ a.legal { #body-login .v-align{ width: 100%; margin: 0 auto; - overflow: hidden; position: unset !important; height: unset; padding: 0 5vh; -- GitLab