Make highlighter create separate ruleset elements

This commit is contained in:
MrOtherGuy
2021-06-18 10:42:04 +03:00
parent f958ec293a
commit a7a306f2a6
2 changed files with 14 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ pre > div{
.comment{ color: rgb(50,180,90) }
.selector{ color: silver }
.pseudo{ color: silver }
.pseudo{ color: violet }
.id{ color: rgb(240, 148, 138) }
.class{ color: skyblue }
.attribute{ color: rgb(120,230,170) }