Skip to content

Commit d9bb5da

Browse files
committed
fix footer issue in both light and dark mode
1 parent 8349b6e commit d9bb5da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/custom.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,11 @@ body {
141141
color: white;
142142
}
143143

144-
[data-theme='dark'] .footer {
144+
.footer {
145145
z-index: 100;
146+
}
147+
148+
[data-theme='dark'] .footer {
146149
background-color: var(--click-color-background);
147150
}
148151

0 commit comments

Comments
 (0)