Skip to content

Commit 12101f8

Browse files
committed
page: Fix flickering white on page load
1 parent b241522 commit 12101f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/lib/page.scss

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ html:not(.index-page) body {
177177
}
178178
}
179179

180+
/* Makes loading new pages not flicker white but keep the natural background */
181+
body {
182+
background: var(--pf-t--global--background--color--secondary--default);
183+
}
184+
180185
.ct-icon-info-circle {
181186
color: var(--pf-t--global--icon--color--status--info--default);
182187
}

0 commit comments

Comments
 (0)