Adjust some highlighter colors
This commit is contained in:
parent
ecd9010083
commit
d5cd29e279
1 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,8 @@ pre{
|
||||||
|
|
||||||
.comment{ color: rgb(50,180,20) }
|
.comment{ color: rgb(50,180,20) }
|
||||||
.selector{ color: violet }
|
.selector{ color: violet }
|
||||||
.atrule{ color: blueviolet }
|
.atrule{ color: royalblue }
|
||||||
.atvalue{ color: lightblue }
|
.atvalue{ color: greenyellow }
|
||||||
.property{ color: orange }
|
.property{ color: orange }
|
||||||
.value{ color: skyblue }
|
.value{ color: skyblue }
|
||||||
|
.curly{ color: orangered }
|
Loading…
Reference in a new issue