diff options
author | trwnh <a@trwnh.com> | 2019-09-29 09:54:24 -0500 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-09-30 15:58:29 +0200 |
commit | ec244f6c883181275329bc8a5dda526cc9e90628 (patch) | |
tree | 2d18afd0fe21af3c911fe6fcb2f4b08c1337539d /app | |
parent | a2bf1f9f5698f5fb06267d9708e2d356a2a7786f (diff) |
[Glitch] Fix muted text color not applying to all text
Port d51201a75ac47ac90615ee8987534c5772274779 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 24ab71969..ae89ac0a8 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -673,6 +673,7 @@ a.status__display-name, } .muted { + .status__content, .status__content p, .status__content a, .status__content__text { |