about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/components.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index aac6c1f11..d8d1433c8 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -656,7 +656,10 @@
   padding-bottom: 235px;
   background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
   height: 100%;
-  p {font-color: $color2;}
+
+  p {
+    color: $color2;
+  }
 }
 
 .dropdown__content.dropdown__left {