From 5a189862eb79d034126131557f5662c23f999b9e Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 20 Feb 2020 11:31:54 +0100 Subject: [PATCH] Fix color --- customize.dist/src/less2/include/alertify.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index aba088c2e..2960c1c3b 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -73,7 +73,7 @@ font: @colortheme_app-font; .cp-checkmark { - color: #000000; + color: @cryptpad_text_col; } .cp-inline-alert-text {