about summary refs log tree commit diff
path: root/app/javascript/flavours
diff options
context:
space:
mode:
authorcwm <chriswmartin@protonmail.com>2018-01-09 10:37:27 -0600
committercwm <chriswmartin@protonmail.com>2018-01-09 10:37:27 -0600
commit9bdbe663163d41ef2fe06e6b4b7994c469639457 (patch)
tree94de83bae9cf11153f64bb38f0f4012721adce66 /app/javascript/flavours
parentb535f24fe568c18097d109f8b5abe2b8f3359c69 (diff)
Set background to the navigation of Getting Started column (tootsuite pr #6163)
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss5
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;