From: cwm Date: Tue, 9 Jan 2018 16:37:27 +0000 (-0600) Subject: Set background to the navigation of Getting Started column (tootsuite pr #6163) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9bdbe663163d41ef2fe06e6b4b7994c469639457;p=mastodon.git Set background to the navigation of Getting Started column (tootsuite pr #6163) --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index fae42d45a..ca6fd9e99 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1881,6 +1881,11 @@ cursor: default; } +.getting-started__wrapper, +.getting_started { + background: $ui-base-color; +} + .getting-started__wrapper { position: relative; overflow-y: auto;