Skip to content

Commit

Permalink
Make reds more contrasty
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelam committed Sep 1, 2017
1 parent 6d1671a commit 6103011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styles/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@hue-4: hsl(123, 41%, 45%); // <-green

@hue-5: hsl(1, 77%, 55%); // <-red 1
@hue-5-2: hsl(360, 65%, 51%); // <-red 2
@hue-5-2: hsl(360, 73%, 41%); // <-red 2

@hue-6: hsl(14, 80%, 50%); // <-orange 1
@hue-6-2: hsl(27, 100%, 47%); // <-orange 2
Expand Down
2 changes: 1 addition & 1 deletion styles/syntax/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
}

&.syntax--name.syntax--tag {
color: @hue-5;
color: @hue-5-2;
}

&.syntax--other.syntax--attribute-name {
Expand Down

0 comments on commit 6103011

Please sign in to comment.