From d6ebbad3c90daf204293f54e9a0bbfa4a6318bbf Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Sat, 20 Jul 2019 00:14:13 -0400 Subject: [PATCH] Change blue reference in variable name. Keep color names out of color variables so they can be changed later and still make sense. Name based on primary function. --- app/javascript/styles/gabsocial/components/buttons.scss | 2 +- app/javascript/styles/gabsocial/variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/gabsocial/components/buttons.scss b/app/javascript/styles/gabsocial/components/buttons.scss index 1d2baf71..36481aef 100644 --- a/app/javascript/styles/gabsocial/components/buttons.scss +++ b/app/javascript/styles/gabsocial/components/buttons.scss @@ -1,7 +1,7 @@ button { &.standard { &-small { - background: $gab-blue; + background: $gab-small-cta-primary; color: white; text-transform: uppercase; letter-spacing: 1px; diff --git a/app/javascript/styles/gabsocial/variables.scss b/app/javascript/styles/gabsocial/variables.scss index 1ed87fbd..8b6ea323 100644 --- a/app/javascript/styles/gabsocial/variables.scss +++ b/app/javascript/styles/gabsocial/variables.scss @@ -12,7 +12,7 @@ $gab-brand-default: #21cf7a; $gab-alert-red: #cc6643; $gab-secondary-text: #999; $gab-text-highlight: $gab-brand-default; -$gab-blue: #627ff2; +$gab-small-cta-primary: #607CF5; // THEME COLORS