From e11492afb2c742a41c2e7af8b0a495705877b28d Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Wed, 29 Mar 2023 17:42:50 +0200 Subject: [PATCH] Update color for CSS comment in Portainer UI to improve readability --- src/portainer.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portainer.user.css b/src/portainer.user.css index c4fd51d..13f680a 100644 --- a/src/portainer.user.css +++ b/src/portainer.user.css @@ -47,7 +47,7 @@ background-color: var(--yellow); } .cm-s-default .cm-comment { - color: var(--yellow) + color: var(--yellow-dim); } .label-primary, .label-info {