Skip to content

Commit

Permalink
fix(guest.css): change background color according design
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co authored and bromiesTM committed Jan 22, 2025
1 parent d072ac9 commit f64d47f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/css/guest.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('./server.css');

body#body-login:not(:has(.login-box)) {
background-color: var(--ion-color-cool-grey-c1);
background-color: #fff;
font-family: var(--font-face);

&:has(.picker-window) header#ionos-global-nav {
Expand Down Expand Up @@ -33,6 +33,7 @@ body#body-login:not(:has(.login-box)) {
footer.guest-box {
display: inline-block;
box-shadow: none;
background-color: #fff;
}

div.wrapper main {
Expand Down

0 comments on commit f64d47f

Please sign in to comment.