mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Default white background for kiwix-serve iframe/body
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user