[Glitch] Fix link colors in announcements
Port 3ae0b03603
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
a20b14b6b4
commit
c7cdca7afb
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
color: $secondary-text-color;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
@ -33,6 +33,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.unhandled-link {
|
||||
color: lighten($ui-highlight-color, 8%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue