From d9e943f6f4e9b85b597492a4275277e1705a14c2 Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Tue, 2 Jul 2019 23:30:53 -0400 Subject: [PATCH] Patch fix for colors in compose modal when replying to a post. --- app/javascript/styles/gabsocial/components.scss | 6 +++--- app/javascript/styles/gabsocial/variables.scss | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 2e7096d6..86ebeb6e 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -301,7 +301,7 @@ .reply-indicator { border-radius: 4px; margin-bottom: 10px; - background: $ui-primary-color; + background: $gab-background-base-light; padding: 10px; min-height: 23px; overflow-y: auto; @@ -772,7 +772,7 @@ } .reply-indicator__content { - color: $inverted-text-color; + color: $gab-default-text-light; font-size: 14px; a { @@ -4827,7 +4827,7 @@ noscript { font-size: 18px; font-weight: bold; line-height: 24px; - color: $primary-text-color; + color: $gab-background-base-light; text-align: center; } } diff --git a/app/javascript/styles/gabsocial/variables.scss b/app/javascript/styles/gabsocial/variables.scss index 0870d2f8..5918e451 100644 --- a/app/javascript/styles/gabsocial/variables.scss +++ b/app/javascript/styles/gabsocial/variables.scss @@ -27,7 +27,6 @@ $gab-default-text-light: #6c6c6c; @mixin light-theme-shadow() {box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);} // BREAKPOINT SETS - // navigation breakpoints - by default show all elements and link names along with icons // turns navigation links into icon-only buttons $nav-breakpoint-1: 850px;