]> cat aescling's git repositories - mastodon.git/commitdiff
Fix link colors in announcements (#12965)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Jan 2020 21:26:50 +0000 (22:26 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2020 21:26:50 +0000 (22:26 +0100)
app/javascript/styles/mastodon/components.scss

index fe111db96e5feb7723c8faf36114c08ffee2b487..563ac7e5ed48019172e150768b82242f11c0972e 100644 (file)
   }
 
   a {
-    color: $highlight-text-color;
+    color: $secondary-text-color;
     text-decoration: none;
 
     &:hover {
         }
       }
     }
+
+    &.unhandled-link {
+      color: lighten($ui-highlight-color, 8%);
+    }
   }
 }