From 3f9e323ecd519efc94a472502085100728900d3f Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 23 Sep 2022 05:00:29 +0200 Subject: Various CSS tweaks (#21244) - Remove arc-green specific rules and instead fix the colors in the base rules. - Make file table row border visible on arc-green. - Remove remnants of fomantic accordeon module that was removed. --- web_src/less/_form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_src/less/_form.less') diff --git a/web_src/less/_form.less b/web_src/less/_form.less index b59c9bb52f..08e1f324b4 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -134,7 +134,7 @@ textarea:focus, .form { .help { - color: #999999; + color: var(--color-secondary-dark-5); padding-bottom: .6em; display: inline-block; } -- cgit v1.2.3