From 6b50b873909889ec1a688792111198d37fec571f Mon Sep 17 00:00:00 2001 From: Brian Peiris <brianpeiris@gmail.com> Date: Wed, 25 Apr 2018 11:36:38 -0700 Subject: [PATCH] tweak profile button emphasis --- src/assets/stylesheets/profile.scss | 2 +- src/assets/stylesheets/shared.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/stylesheets/profile.scss b/src/assets/stylesheets/profile.scss index 6071ae374..2ed8fde23 100644 --- a/src/assets/stylesheets/profile.scss +++ b/src/assets/stylesheets/profile.scss @@ -103,7 +103,7 @@ @extend %fa-icon-button-icon; background: transparent; border-color: $darker-grey; - color: $dark-grey; + color: $light-grey; } } } diff --git a/src/assets/stylesheets/shared.scss b/src/assets/stylesheets/shared.scss index 662e4c680..18944a408 100644 --- a/src/assets/stylesheets/shared.scss +++ b/src/assets/stylesheets/shared.scss @@ -3,6 +3,7 @@ $darker-transparent: rgba(0, 0, 0, 0.6); $darkest-transparent: rgba(0, 0, 0, 0.95); $grey-text: rgba(192, 192, 192, 1.0); $light-text: rgba(240, 240, 240, 1.0); +$light-grey: lightgrey; $dark-grey: rgba(128, 128, 128, 1.0); $darker-grey: rgba(64, 64, 64, 1.0); -- GitLab