Default white background for kiwix-serve iframe/body

This commit is contained in:
Emmanuel Engelhart
2025-06-10 16:41:47 +02:00
parent b3b4064ad6
commit 33bb0141c0
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ html {
body {
position: relative;
box-sizing: border-box;
background: #f9f9f9;
background: #ffffff;
}
.loader {
@@ -103,7 +103,7 @@ body {
}
#content_iframe {
background: #f9f9f9;
background: #ffffff;
}
#uiLanguageSelector {