From b6e047086a12bde3e1bab56ee76d9712bc0e6ad3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 29 Jun 2023 09:17:56 +0200 Subject: [PATCH] Update trixEditor rendering `` element: should be green --- 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 7ee927a2f3..e582277143 100644 --- a/app/webpacker/css/admin/trix.scss +++ b/app/webpacker/css/admin/trix.scss @@ -12,7 +12,7 @@ trix-editor { } a { - color: #f27052; + color: #9fc820; // Equivalent to text-angular a } // Copy/pasted from _type.scss