From bb3e7d31b8507a03936ddf975f11b8ef6f14b49d Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Sat, 31 Oct 2020 22:52:44 +0200 Subject: [PATCH] Change background for widgetised body --- stylesheets/components/_widget.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/components/_widget.less b/stylesheets/components/_widget.less index a52daa7..2f1d4aa 100644 --- a/stylesheets/components/_widget.less +++ b/stylesheets/components/_widget.less @@ -53,3 +53,7 @@ } } } + +body.widgetized { + background-color: @theme-color-background-base; +} \ No newline at end of file