Update Portainer theme version to 1.0.1 and add syntax highlighting for comments
This commit is contained in:
parent
a13066c602
commit
a73cd5026d
1 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue