From: Claire Date: Mon, 6 Jun 2022 10:05:57 +0000 (+0200) Subject: Fix language indicator text color (#1795) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ff0a6a284049ae04e32132137c9220a8834e62f3;p=mastodon.git Fix language indicator text color (#1795) Fixes #1794 --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index f015d898e..da9fb6ad2 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -241,7 +241,6 @@ .text-icon, .text-icon-button { - color: $lighter-text-color; font-weight: 600; font-size: 11px; line-height: 27px; @@ -249,6 +248,7 @@ } .text-icon-button { + color: $lighter-text-color; border: 0; border-radius: 4px; background: transparent;