Skip to content

Commit

Permalink
Merge pull request #6 from arcticicestudio/improvement/gh-5-optimize-…
Browse files Browse the repository at this point in the history
…java-meta-highlighting

Optimize Java Meta CSS Class Highlighting
  • Loading branch information
arcticicestudio authored Oct 20, 2017
2 parents f3776ea + 39da912 commit 15ffa3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/languages/java.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.java {
.hljs-meta {
color: $nord12;
}
}
1 change: 1 addition & 0 deletions src/nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ highlight.js
@import "languages/glsl";
@import "languages/groovy";
@import "languages/haxe";
@import "languages/java";
@import "languages/ldif";
@import "languages/lisp";
@import "languages/lua";
Expand Down

0 comments on commit 15ffa3f

Please sign in to comment.