From ca6d12e8ed78186bec3bd837de5046556681f5de Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 11 Aug 2023 15:55:25 +0200 Subject: [PATCH] Actually, used in the shopfront context, links are orange --- app/webpacker/css/admin/trix.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/admin/trix.scss b/app/webpacker/css/admin/trix.scss index 59c46b7451..4f5cb3f533 100644 --- a/app/webpacker/css/admin/trix.scss +++ b/app/webpacker/css/admin/trix.scss @@ -16,7 +16,7 @@ trix-editor { } a { - color: #9fc820; // Equivalent to text-angular a + color: #f27052; // Equivalent to text-angular a } div {