From 8a96fc246b03e08ae8ee0045b7e45c37349620af 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 {