From e7ef553e96f740135326cf8bab003225e015adfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 5 Nov 2020 16:14:58 +0000 Subject: [PATCH] Change faded background color for modal dialogs --- customize.dist/src/less2/include/colortheme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 789a518dc..0ff6f1532 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -34,7 +34,7 @@ @colortheme_modal-fg: @colortheme_form-color-alt; @colortheme_modal-link: @colortheme_link-color; @colortheme_modal-link-visited: lighten(@colortheme_modal-link, 10%); -@colortheme_modal-dim: fade(@colortheme_logo-2, 50%); // TODO transparent background behind modals +@colortheme_modal-dim: fade(@cryptpad_text_col, 50%); // TODO transparent background behind modals @colortheme_modal-input: @colortheme_form-bg; @colortheme_modal-input-fg: @colortheme_form-color;