From 62c2286656560170d587699055d4bc4d933373e0 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 17 Sep 2019 21:27:10 +0100 Subject: [PATCH] Brand link styling --- app/javascript/styles/mastodon/about.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index 61637ce96..3a26c3fb7 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -834,6 +834,16 @@ $small-breakpoint: 960px; .brand { position: relative; text-decoration: none; + color: $secondary-text-color; +} + +a.brand { + color: $primary-text-color; +} + +h1 a.brand { + color: $secondary-text-color; + font-size: 3.8em; } .brand__tagline { @@ -853,4 +863,3 @@ $small-breakpoint: 960px; color: $dark-text-color; } } -