Skip to content

Commit 4f96f21

Browse files
committed
match CSS colors with thenew HTML ones
1 parent 9731ed4 commit 4f96f21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/base.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,12 @@ atom-text-editor .search-results .syntax--marker.current-result .region {
412412
.syntax--entity.syntax--name.syntax--tag{
413413
text-decoration: none;
414414
}
415+
.syntax--entity.syntax--other.syntax--attribute-name.syntax--id {
416+
color: @blue;
417+
}
418+
.syntax--punctuation.syntax--definition.syntax--variable {
419+
color: @purple;
420+
}
415421
.syntax--class.syntax--entity {
416422
color: @green;
417423
}

0 commit comments

Comments
 (0)