Skip to content

Commit 6ad856b

Browse files
committed
IONOS(theming): improve footer visibility
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
1 parent 221f721 commit 6ad856b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/theming/css/ionos/_layout.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,12 @@
135135
box-shadow: none;
136136
}
137137

138-
.guest-box.login-box {
138+
.guest-box.login-box, footer.guest-box {
139139
background-color: var(--ion-surface-secondary);
140+
141+
.info, a {
142+
color: var(--ion-text);
143+
}
140144
}
141145
}
142146

0 commit comments

Comments
 (0)