Update Portainer theme version to 1.0.1 and add syntax highlighting for comments

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

View file

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Gruvbox for Portainer
@namespace git.m3.fyi/Marsn3
@version 1.0.0
@version 1.0.1
@description A dark Theme for Portainer
@author Marsn3
@homepageURL https://git.m3.fyi/Marsn3/userstyles
@ -46,7 +46,9 @@
.label-warning {
background-color: var(--yellow);
}
.cm-s-default .cm-comment {
color: var(--yellow)
}
.label-primary,
.label-info {
background-color: var(--blue);