Update color for CSS comment in Portainer UI to improve readability
This commit is contained in:
parent
a73cd5026d
commit
e11492afb2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
background-color: var(--yellow);
|
||||
}
|
||||
.cm-s-default .cm-comment {
|
||||
color: var(--yellow)
|
||||
color: var(--yellow-dim);
|
||||
}
|
||||
.label-primary,
|
||||
.label-info {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue