commit: ba8fb2fd0f80552b4ad5e7d85edb37bc73310858
parent: 6fd2e8c3c5e3be75b2bcc423bca72a8b3b931f04
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Sat, 2 Sep 2017 21:02:15 +0900
Add text color style for noscript link (#4772)
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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;
+ }
+ }
}
}