diff options
author | cwm <chriswmartin@protonmail.com> | 2018-01-09 10:37:27 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2018-01-09 10:37:27 -0600 |
commit | 9bdbe663163d41ef2fe06e6b4b7994c469639457 (patch) | |
tree | 94de83bae9cf11153f64bb38f0f4012721adce66 /app/javascript/flavours/glitch | |
parent | b535f24fe568c18097d109f8b5abe2b8f3359c69 (diff) |
Set background to the navigation of Getting Started column (tootsuite pr #6163)
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; |