Skip to content

Commit

Permalink
GHI-#35 Adjust color of packages to match imported packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 12, 2017
1 parent 8421d2b commit dc6ce03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/languages/java.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ Scala
}

.syntax--storage {
&.syntax--modifier.syntax--import {
color: @syntax-color-import;
&.syntax--modifier {
&.syntax--import,
&.syntax--package {
color: @syntax-color-import;
}
}

&.syntax--type {
Expand Down

0 comments on commit dc6ce03

Please sign in to comment.