aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/core/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/scss/core/_colors.scss')
-rw-r--r--app/src/web/scss/core/_colors.scss1
1 files changed, 1 insertions, 0 deletions
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;