From d5cd29e279d0946ed2533f7e71c45c06f66179b3 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 3 Sep 2020 12:07:52 +0300 Subject: [PATCH] Adjust some highlighter colors --- html_resources/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/html_resources/main.css b/html_resources/main.css index aa5995d..2db9013 100644 --- a/html_resources/main.css +++ b/html_resources/main.css @@ -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 } \ No newline at end of file +.value{ color: skyblue } +.curly{ color: orangered } \ No newline at end of file