noir-for-jekyll 1.6.1 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a4f9e2c0fbc0051dd697a1aaf17e2d449ce22db5c5f08c7b29b28f64850bd4e
4
- data.tar.gz: 49811a21ed7267209eb5cd8a863e1de114e6c4039109eb2919b359fef1505306
3
+ metadata.gz: bc91be0ad0a68fd49a798ef3085b6cc34ad959224f1061cacfa2db3b03f6877c
4
+ data.tar.gz: 9c33af20d51f0750fb408a40edbf88c843bcd1f5f0c18ed79d6ecab148d912a2
5
5
  SHA512:
6
- metadata.gz: db3759e0b8139205df2895978de671135b6d80fc34f7790ef0f9963f43a3d1c7ea659495d31f9fdcd20aafc93cf589379a0f379e5243c4d63a4faf478e6a99c0
7
- data.tar.gz: 48f863c62f85c11ce4d8a98ebe5966e8d15a0f62baa0cbc784af8d6f8535f5ca5429b89bd6d3666a6dc8ad85466e7a52865dba7bcaca250bcf1af21934c50143
6
+ metadata.gz: f93e27542f02d94a28b92d134e3ce7df3931ce9af94acfc04902ab4b96a5a6ac2ae3000cc140938f8ff2d197e91ac7c2397e624fc4df0c3dbd528fd48e1cc9ec
7
+ data.tar.gz: d4cc6a884eea1e9f2bd586da2c3248228c3b0b81621b1756f088f859d4bc946c1a80d98e7f3ab911ca6f4f8949643872c61536ed65a1e1a8a28158840f354e54
data/_sass/_type.scss CHANGED
@@ -5,7 +5,7 @@ h1, h2, h3, h4, h5, h6 {
5
5
  font-weight: 600;
6
6
  line-height: 1.25;
7
7
  text-rendering: optimizeLegibility;
8
- color: #ac4a32;
8
+ color: #55555c;
9
9
  position: relative;
10
10
 
11
11
  @media (prefers-color-scheme: dark) {
@@ -15,7 +15,7 @@ h1, h2, h3, h4, h5, h6 {
15
15
 
16
16
  h2::before,h4::before,h5::before,h6::before {
17
17
  content: "#";
18
- color: #ac4a32;
18
+ color: #55555c;
19
19
  left: -1.2em;
20
20
  top: 0;
21
21
  position: absolute;
@@ -1,29 +1,29 @@
1
- // Color scheme for light and dark modes.
2
-
3
- $light: #f76b48;
4
- $dark: #1ba77e;
5
-
6
- // Highlighting color for code block borders and language name.
7
-
8
- $code-light: #f76b48;
9
- $code-dark: #d0f6db;
10
-
11
- $message-green: #62bb47;
12
- $message-yellow: #fcb827;
13
- $message-orange: #f6821f;
14
- $message-red: #e03940;
15
- $message-purple: #953c96;
16
- $message-blue: #009ddc;
17
-
18
- $root-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
19
- $code-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
20
- $root-font-size: 16px;
21
- $root-line-height: 1.5;
22
-
23
- $body-color: rgba(0,0,0,.8);
24
- $body-bg: rgba(0,0,0,.03);
25
- $body-color-dark: hsla(0,0%,100%,.8);
26
- $body-bg-dark: rgba(0,0,0,.9);
27
-
28
- $large-breakpoint: 38em;
29
- $large-font-size: 20px;
1
+ // Color scheme for light and dark modes.
2
+
3
+ $light: #ff0066;
4
+ $dark: #1ba77e;
5
+
6
+ // Highlighting color for code block borders and language name.
7
+
8
+ $code-light: #ff0066;
9
+ $code-dark: #d0f6db;
10
+
11
+ $message-green: #62bb47;
12
+ $message-yellow: #fcb827;
13
+ $message-orange: #f6821f;
14
+ $message-red: #e03940;
15
+ $message-purple: #953c96;
16
+ $message-blue: #009ddc;
17
+
18
+ $root-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
19
+ $code-font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
20
+ $root-font-size: 16px;
21
+ $root-line-height: 1.5;
22
+
23
+ $body-color: rgba(0,0,0,.8);
24
+ $body-bg: rgba(0,0,0,.03);
25
+ $body-color-dark: hsla(0,0%,100%,.8);
26
+ $body-bg-dark: rgba(0,0,0,.9);
27
+
28
+ $large-breakpoint: 38em;
29
+ $large-font-size: 20px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noir-for-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Johnson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-19 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll