From a613b64b77c0e01f9b5dfb98a1ec655fae834745 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 28 Jul 2021 03:43:25 +0530 Subject: [PATCH] use brand link color for links in the form app --- www/form/app-form.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index 60da1daff..ad26863bb 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -561,6 +561,9 @@ margin-right: 5px; } } + a, a:visited { + color: @cryptpad_color_link; + } } } }