Skip to content

Commit

Permalink
fix(guest.css): prevent header style from leaking into pw share page
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jan 17, 2025
1 parent 5ccd59a commit 48d895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/guest.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body#body-login:not(:has(.login-box)) {
background-color: var(--ion-color-cool-grey-c1);
font-family: var(--font-face);

header#ionos-global-nav {
&has(.picker-window) header#ionos-global-nav {
display: flex;
justify-content: center;

Expand Down

0 comments on commit 48d895c

Please sign in to comment.