Add simple syntax highlighting

This commit is contained in:
MrOtherGuy
2020-09-02 11:42:30 +03:00
parent aca3302c6f
commit 83a9a5da77
2 changed files with 135 additions and 2 deletions

View File

@@ -78,4 +78,11 @@ pre{
.categoryList:not(.blurred)+.categoryList,
.hidden{ display: none !important }
.target{ display: flex; justify-content: space-between }
.target{ display: flex; justify-content: space-between }
.comment{ color: rgb(50,180,20) }
.selector{ color: violet }
.atrule{ color: blueviolet }
.atvalue{ color: lightblue }
.property{ color: orange }
.value{ color: skyblue }