From: Yamagishi Kazutoshi Date: Sat, 2 Sep 2017 12:02:15 +0000 (+0900) Subject: Add text color style for noscript link (#4772) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ba8fb2fd0f80552b4ad5e7d85edb37bc73310858;p=mastodon.git Add text color style for noscript link (#4772) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 4c913a931..507887c36 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -3893,6 +3893,15 @@ noscript { margin: 30px auto; color: $ui-secondary-color; max-width: 400px; + + a { + color: $ui-highlight-color; + text-decoration: underline; + + &:hover { + text-decoration: none; + } + } } }