Skip to content

Commit

Permalink
Update Ruby styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pfist committed Jan 13, 2018
1 parent 9f4b701 commit b9a8836
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/syntax/ruby.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@
.syntax--constant.syntax--other.syntax--symbol > .syntax--punctuation {
color: inherit;
}

.syntax--punctuation {
&.syntax--section:not(.syntax--embedded),
&.syntax--parameters {
color: @mono-3;
}
}
}

0 comments on commit b9a8836

Please sign in to comment.