From f80000869be01ee3c4982c983cd8f705dfdfe497 Mon Sep 17 00:00:00 2001 From: Alex S <17275120+AlexGStapleton@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:10:03 +1300 Subject: [PATCH] Layout Block: Enforce Default Link Styling --- css/admin.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/admin.less b/css/admin.less index aeaf2aa3..fd6be39e 100644 --- a/css/admin.less +++ b/css/admin.less @@ -912,6 +912,15 @@ // Prevent display issues when the editor has a darker background. .so-builder-container { background: #fff; + + a:not(.so-tool-button):not([class^="so-row-"]) { + color: #2271b1; + + &:hover, + &:focus { + color: #1e1e1e; + } + } } } }