[Glitch] Fix link colors in announcements

Port 2f8c3c17ee to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko 2020-01-26 22:26:50 +01:00 committed by Thibaut Girka
parent e36d0a98cc
commit 187a822074
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
} }
a { a {
color: $highlight-text-color; color: $secondary-text-color;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
@ -33,6 +33,10 @@
} }
} }
} }
&.unhandled-link {
color: lighten($ui-highlight-color, 8%);
}
} }
} }