aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2021-01-29 12:18:26 +0000
committerAnika Henke <anika@selfthinker.org>2021-01-29 12:18:26 +0000
commit4e5594e3e5429fe09bf4e79f9a5084a82d27b23f (patch)
tree41390ac2650e66d29de95737af71cfe48e5a91dc
parent9858707779989f26d74eccd3a9dbbb9231bb50ca (diff)
downloaddokuwiki-4e5594e3e5429fe09bf4e79f9a5084a82d27b23f.tar.gz
dokuwiki-4e5594e3e5429fe09bf4e79f9a5084a82d27b23f.zip
Fix page's background colour in `export_html` mode
When using the `export_html` mode (page without surrounding layout) the page's background colour is grey with a gradient. That is the same background that the page with layout has but different to the background the text is on. What you would want is the same colour the text is on, which is white.
-rw-r--r--lib/tpl/dokuwiki/css/design.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/css/design.less b/lib/tpl/dokuwiki/css/design.less
index 86315d211..b165a2f41 100644
--- a/lib/tpl/dokuwiki/css/design.less
+++ b/lib/tpl/dokuwiki/css/design.less
@@ -7,6 +7,10 @@
* @author Clarence Lee <clarencedglee@gmail.com>
*/
+.dokuwiki.export {
+ background-color: @ini_background;
+}
+
/* header
********************************************************************/