~cytrogen/masto-fe

12e7f5fabd2e648e55bfc34e5cb35b5ac0156a2b — Michael Stanclift 2 years ago 27f7e5b
[Glitch] Fix for "follows you" indicator in light web UI not readable

Port 97ce47e45100548f258644fc14314dbf3db94973 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/flavours/glitch/styles/components/accounts.scss
M app/javascript/flavours/glitch/styles/components/accounts.scss => app/javascript/flavours/glitch/styles/components/accounts.scss +1 -1
@@ 316,7 316,7 @@
}

.relationship-tag {
  color: $primary-text-color;
  color: $white;
  margin-bottom: 4px;
  display: block;
  background-color: $base-overlay-background;