From 31dc27d568d40d37cccb09e31c8a8c8b9cf8f897 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 12 Jan 2021 23:57:16 -0800 Subject: Update messenger theme --- app/src/web/scss/core/_colors.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/web/scss/core/_colors.scss') diff --git a/app/src/web/scss/core/_colors.scss b/app/src/web/scss/core/_colors.scss index 7610572c..ea75cc15 100644 --- a/app/src/web/scss/core/_colors.scss +++ b/app/src/web/scss/core/_colors.scss @@ -4,6 +4,7 @@ $bg_transparent: rgba(#f0f, 0.02) !default; //Our default colors are test colors; production files should always import the actual colors $text: #d7b0d7 !default; +$text_disabled: rgba($text, 0.6) !default; // must be visible with accent as the background $accent_text: #76d7c2 !default; $link: #9266d5 !default; -- cgit v1.2.3