From 14d7b49d4d20ee24383784aafdd71671dfe9da9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 19 Jan 2021 16:36:39 +0000 Subject: [PATCH] Use new blue in alertify logs --- 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 38c0c6139..4b7cc97bf 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -60,7 +60,7 @@ @colortheme_alertify-cancel: @colortheme_modal-bg; @colortheme_alertify-cancel-border: #949494; -@colortheme_notification-log: fade(@colortheme_logo-1, 90%); +@colortheme_notification-log: fade(@colortheme_logo-2, 90%); @colortheme_notification-color: #fff;; @colortheme_notification-warn: rgba(205, 37, 50, 0.8);