From: Eugen Rochko Date: Tue, 26 Mar 2019 00:24:19 +0000 (+0100) Subject: [Glitch] Change icons of features on admin dashboard to remove bias X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=89a0fa30531eec1d10757ac13225661596b2f91b;p=mastodon.git [Glitch] Change icons of features on admin dashboard to remove bias Port SCSS changes from e11796432514afb49f3d891f805973a37f00fcf1 to glitch-soc --- diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 42f53f525..05c7821e4 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -220,6 +220,11 @@ $content-width: 840px; color: $error-value-color; font-weight: 500; } + + .neutral-hint { + color: $dark-text-color; + font-weight: 500; + } } @media screen and (max-width: $no-columns-breakpoint) {