From: Lynx Kotoura Date: Fri, 25 May 2018 14:48:17 +0000 (+0900) Subject: Fix color of /about/more link anchors (#7618) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6042403621243b0492992a89342f61c8859a021f;p=mastodon.git Fix color of /about/more link anchors (#7618) --- diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index c9c0e3081..77728995d 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -396,7 +396,7 @@ $small-breakpoint: 960px; display: flex; justify-content: center; align-items: center; - color: $ui-primary-color; + color: $darker-text-color; text-decoration: none; padding: 12px 16px; line-height: 32px;