Adjust some highlighter colors

This commit is contained in:
MrOtherGuy 2020-09-03 12:07:52 +03:00
parent ecd9010083
commit d5cd29e279

View file

@ -82,7 +82,8 @@ pre{
.comment{ color: rgb(50,180,20) }
.selector{ color: violet }
.atrule{ color: blueviolet }
.atvalue{ color: lightblue }
.atrule{ color: royalblue }
.atvalue{ color: greenyellow }
.property{ color: orange }
.value{ color: skyblue }
.value{ color: skyblue }
.curly{ color: orangered }