Update color for CSS comment in Portainer UI to improve readability

This commit is contained in:
Mars Niermann 2023-03-29 17:42:50 +02:00
parent a73cd5026d
commit e11492afb2
No known key found for this signature in database
GPG key ID: B2D0FC62A74FC971

View file

@ -47,7 +47,7 @@
background-color: var(--yellow);
}
.cm-s-default .cm-comment {
color: var(--yellow)
color: var(--yellow-dim);
}
.label-primary,
.label-info {