Skip to content

Commit

Permalink
Comment Color Brightness (#11)
Browse files Browse the repository at this point in the history
Comment Color Brightness
  • Loading branch information
arcticicestudio authored May 11, 2019
2 parents 13a4c58 + 8a96fc2 commit f57b439
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/modules/_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$nord3-brightened: lighten($nord3, 10%);
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
1 change: 1 addition & 0 deletions src/nord.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@import "../node_modules/nord/src/sass/nord";

@import "modules/base";
@import "modules/colors";
@import "modules/css";
@import "modules/diff";
@import "modules/general";
Expand Down

0 comments on commit f57b439

Please sign in to comment.