diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-26 01:24:19 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-03-26 16:11:30 +0100 |
commit | 89a0fa30531eec1d10757ac13225661596b2f91b (patch) | |
tree | 71d30f07b98bc4fb5507927662e11568bce02a37 /app/javascript | |
parent | 614bd3f8d4bd52d3b9e7de8ac9611023760674dd (diff) |
[Glitch] Change icons of features on admin dashboard to remove bias
Port SCSS changes from e11796432514afb49f3d891f805973a37f00fcf1 to glitch-soc
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/flavours/glitch/styles/admin.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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) { |