From 3cd8bb1b77984fb290539faaf91c929ce360b2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 16 Mar 2021 10:51:54 +0000 Subject: [PATCH] Use existing red for preview notifications --- customize.dist/src/less2/include/notifications.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index def320120..892779a37 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -24,7 +24,7 @@ padding: 0 5px; color: @cp_dropdown-fg; &.preview { - color: red; // XXX + color: @cryptpad_color_red; } } .cp-avatar {