0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 12:42:41 +00:00

correct highlight of curly elements

This commit is contained in:
Victor Losada Hernandez
2023-05-02 21:25:00 +02:00
parent 1da329fb78
commit 2cce7aebfc

View File

@@ -19,17 +19,17 @@
background-color : fade(#299, 15%); background-color : fade(#299, 15%);
border-bottom : #299 solid 1px; border-bottom : #299 solid 1px;
} }
.block{ .block:not(.cm-comment){
color : purple; color : purple;
font-weight : bold; font-weight : bold;
//font-style: italic; //font-style: italic;
} }
.inline-block{ .inline-block:not(.cm-comment){
color : red; color : red;
font-weight : bold; font-weight : bold;
//font-style: italic; //font-style: italic;
} }
.injection{ .injection:not(.cm-comment){
color : green; color : green;
font-weight : bold; font-weight : bold;
} }