]> cat aescling's git repositories - mastodon.git/commitdiff
Add text color style for noscript link (#4772)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sat, 2 Sep 2017 12:02:15 +0000 (21:02 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 2 Sep 2017 12:02:15 +0000 (14:02 +0200)
app/javascript/styles/components.scss

index 4c913a931b144df8aa065adaff10bd1c9151b889..507887c365f83cd5c73dabc9144d7bfbb82434e1 100644 (file)
@@ -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;
+      }
+    }
   }
 }