about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>2018-01-03 12:39:14 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-03 04:39:14 +0100
commit2471796d75d6d7b1eb801faba65d16ff7b825adc (patch)
tree27852fed6cad7e05ebb62b1500c5ae643e0ba961 /app/javascript/styles
parent545095b3ce312b42ba304d0bb2c76727826e27b4 (diff)
Set background to the navigation of Getting Started column (#6163)
The background of the navigation matters because its scrollbar is
transparent.
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/components.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index bc193a15a..dec489e9a 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2072,6 +2072,11 @@
   cursor: default;
 }
 
+.getting-started__wrapper,
+.getting_started {
+  background: $ui-base-color;
+}
+
 .getting-started__wrapper {
   position: relative;
   overflow-y: auto;