]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix link colors in announcements
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Jan 2020 21:26:50 +0000 (22:26 +0100)
committerThibaut Girka <thib@sitedethib.com>
Mon, 27 Jan 2020 15:01:46 +0000 (16:01 +0100)
Port 2f8c3c17ee26dc21ce94959b0ea18984e7bc5560 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/announcements.scss

index 00585cb1c885515d59ce651d1f57de6e34f09065..909957bf18df4039160e4fc6052d695e3e29ed76 100644 (file)
@@ -17,7 +17,7 @@
   }
 
   a {
-    color: $highlight-text-color;
+    color: $secondary-text-color;
     text-decoration: none;
 
     &:hover {
         }
       }
     }
+
+    &.unhandled-link {
+      color: lighten($ui-highlight-color, 8%);
+    }
   }
 }