From a4b10b11455c8df2fb38dce03bf6dba2c69f51d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 4 Feb 2021 14:05:51 +0000 Subject: [PATCH] Fix link color in alertify --- customize.dist/src/less2/include/alertify.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index eec95643d..7f35ca09d 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -157,6 +157,10 @@ &:last-child { margin-bottom: 0; } + a { + color: @cryptpad_text_col; + text-decoration: underline; + } .cp-info-menu-container { .logo-block { text-align: center; @@ -169,10 +173,6 @@ max-width: 100px; } } - a { - color: @cryptpad_text_col; - text-decoration: underline; - } } } .cp-alertify-type-container {