diff options
author | David Yip <yipdw@member.fsf.org> | 2017-11-17 14:35:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-17 14:35:16 -0600 |
commit | 6f8ccbfcdf7fd8ca651d1583a608e96b25a09e25 (patch) | |
tree | 12b704c2db10feec59787cbeeba6fdc89d21e513 /app/javascript | |
parent | b006bb82afb360d64e9d2f7f12aa76d4a69a2397 (diff) | |
parent | 94c5a11cdaebee605f379f66ab57306523b5f148 (diff) |
Merge pull request #222 from yipdw/merge/tootsuite/master
Merge upstream (e28b33c.. 94c5a11)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss index 24a55c7bc..2cf98c642 100644 --- a/app/javascript/styles/mastodon/accounts.scss +++ b/app/javascript/styles/mastodon/accounts.scss @@ -582,8 +582,8 @@ } &.admin { - color: $error-red; - background-color: rgba($error-red, 0.1); - border-color: rgba($error-red, 0.5); + color: lighten($error-red, 12%); + background-color: rgba(lighten($error-red, 12%), 0.1); + border-color: rgba(lighten($error-red, 12%), 0.5); } } |