From 0e8435b551f839f859cc4d387e64f94a6a413610 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 11 May 2019 09:53:45 +0200 Subject: [PATCH] Comment Color Brightness -> Please see arcticicestudio/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 --- src/modules/_markup.scss | 2 +- src/modules/_meta.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/_markup.scss b/src/modules/_markup.scss index efae4c4..fe131a9 100644 --- a/src/modules/_markup.scss +++ b/src/modules/_markup.scss @@ -25,5 +25,5 @@ } .hljs-quote { - color: $nord3; + color: $nord3-brightened; } diff --git a/src/modules/_meta.scss b/src/modules/_meta.scss index 24663ce..511caa3 100644 --- a/src/modules/_meta.scss +++ b/src/modules/_meta.scss @@ -1,5 +1,5 @@ .hljs-comment { - color: $nord3; + color: $nord3-brightened; } .hljs-doctag {