diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zerotb/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zerotb/layout.scss b/web/cobrands/zerotb/layout.scss index 8bc314914..91a3d7166 100644 --- a/web/cobrands/zerotb/layout.scss +++ b/web/cobrands/zerotb/layout.scss @@ -82,3 +82,8 @@ body { } } } + +.content { + background-color: $alt-background; + box-shadow: none; +} |