Skip to content

Commit

Permalink
Comment Color Brightness
Browse files Browse the repository at this point in the history
-> Please see nordtheme/nord#94 for all
   details about this design change decision.

Increased the comment color (`nord3`) brightness by 10% from a lightness
level of ~35% to ~45%.

GH-10
  • Loading branch information
arcticicestudio committed Dec 20, 2019
1 parent d04b710 commit 0e8435b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/_markup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
}

.hljs-quote {
color: $nord3;
color: $nord3-brightened;
}
2 changes: 1 addition & 1 deletion src/modules/_meta.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hljs-comment {
color: $nord3;
color: $nord3-brightened;
}

.hljs-doctag {
Expand Down

0 comments on commit 0e8435b

Please sign in to comment.