X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;fp=style.less;h=25e9f9148fc1ff4992ae027518a264108db87a1f;hb=5efb4e29c5483348055f29f8d1c3bb6549731f3e;hp=e9969766c1058ef67146ef846fdb9322a65aa720;hpb=aa5424b98bc680673f4bc81e44f961ff4126c21b;p=wfpl-cms.git diff --git a/style.less b/style.less index e996976..25e9f91 100644 --- a/style.less +++ b/style.less @@ -20,9 +20,12 @@ body { margin: 0; padding: 0; color: #000; - background: @site-window-color; + background: @site-body-color; // overruled below except in wysiywyg font: 14px "Verdana", sans-serif; } +body.real_body_tag { // not the wysiwyg body + background: @site-window-color; +} #centerer { position: relative;