diff options
author | Lynx Kotoura <admin@sanin.link> | 2018-05-25 23:48:17 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-25 16:48:17 +0200 |
commit | 6042403621243b0492992a89342f61c8859a021f (patch) | |
tree | a83451376715f427062617792fc207efde85cff7 | |
parent | 3f8f5642a12928710ba321fbdb2025113066344a (diff) |
Fix color of /about/more link anchors (#7618)
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |