diff options
Diffstat (limited to 'app/assets/stylesheets/components.scss')
-rw-r--r-- | app/assets/stylesheets/components.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 2a8093be7..6014da5b6 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1,5 +1,5 @@ .button { - background-color: $color4; + background-color: darken($color4, 3%); font-family: inherit; display: inline-block; position: relative; @@ -656,6 +656,10 @@ padding-bottom: 235px; background: image-url('mastodon-getting-started.png') no-repeat 0 100% local; height: 100%; + + p { + color: $color2; + } } .dropdown__content.dropdown__left { |