From 5907e961784f2490f192ed16a1fd9e9585e1cf46 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Wed, 18 Jan 2023 10:47:56 +0100 Subject: [PATCH] saumur: remove border on main content and switch to white page background (#73538) --- static/saumur/_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index 66834fb1..e72b3762 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -16,7 +16,7 @@ $banner-height: 300px; // golbal layout main { - background: $gray-light-2; + background: white; padding: $space-large 0; } @@ -148,6 +148,10 @@ div.link-cell { } } +#main-content #sidebar + #columns-wrapper > * { + border: none; +} + %orange-border { content: " "; display: block;