diff options
author | shel <Yiskah.Raphen@gmail.com> | 2017-03-25 20:42:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 20:42:49 -0400 |
commit | 5f7c9976549a2ae883dba1e012bb9f929eb8b422 (patch) | |
tree | 5cc40c659d2084b60984f16e2ba99dbe59efcaa2 /app/assets | |
parent | 2b7e3d56c85cd9de8a15bf90628bc14f5eef1b5c (diff) |
Change to using variables
Thanks garg
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 75f7003b4..d47214bbb 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1703,7 +1703,7 @@ button.active i.fa-retweet { .privacy-dropdown__option__content { flex: 1 1 auto; - color: #536f96; + color: darken($color3, 24%); strong { font-weight: 500; |