jekyll-theme-jsblog 1.0.15 → 1.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4436b9f5de946382a6ff9679a8847bafce457a5a079c666a15fed6eabd561e7c
4
- data.tar.gz: c031d5723b60f5df42801767a606bc298aee0cea9ac053bbaecaa9c37c51f6b4
3
+ metadata.gz: 85b3cb0452f9c4653fd19a52c3d0975fc378239ad51000e25a586fc1023f635e
4
+ data.tar.gz: 60390633a0324865cff008e08fd41b329f1cf1b67eb3122cfd4572de4f739899
5
5
  SHA512:
6
- metadata.gz: cbddd65e329b6899a6ba58023b89e7559225700cbdff3dea27f8d5c3ccffadff25c813115da2f7007cf00ed2bce945c7b96689ed0975d1547ead6d633ea3718a
7
- data.tar.gz: bc3e71b24a25ad1f942369ae80417884b16564d87e9936e1992ce333241e425d2f8f0bbe45547bae17c1e833c22c564d40867bee5090320b3924d09ed75f5c3d
6
+ metadata.gz: e046d5cdf21b3b9db4767c14deae060ed72c93a9a13a01520c2bb18c709c9451a3c88210f8b9ce2b3114263fd56a362672d65308d4330ae247ea7f89a78fb3c5
7
+ data.tar.gz: ad77c4a2aa5a5fb16f920f9f1df89dceff386ee121d1b223789585e65b09b2c5915d33e2e3283f1b27f072f2379572a6482054d76a8ca743a95d7e3449028b92
@@ -4,7 +4,6 @@ $base-font-family: -apple-system-font, BlinkMacSystemFont, "San Francisco", "Hel
4
4
  $monospace-font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default;
5
5
 
6
6
  // Site Wide Variables
7
- $site-header-background-color: #161616 !default;
8
7
  $site-header-text-color: #ffffff !default;
9
8
  $site-header-text-color-visited: darken(#828282, 25%); // --grey-color-dark in light mode
10
9
  $site-title-font-size: 28px !default;
@@ -66,8 +65,7 @@ $on-small: 735px !default;
66
65
  --text-color: #333333;
67
66
  --dim-text-color: #ffffff;
68
67
  --background-color: #ffffff;
69
- --footer-background-color: #f2f2f2;
70
- --footer-text-color: $grey-color;
68
+
71
69
  --grey-color-light: #{$grey-color-light};
72
70
  --grey-color-lighter: #{$grey-color-lighter};
73
71
  --grey-color-dark: #{$grey-color-dark};
@@ -75,6 +73,10 @@ $on-small: 735px !default;
75
73
 
76
74
  --content-width: 750px; // Original 980px
77
75
  --header-content-width: 1080px;
76
+
77
+ --header-background-color: #2C2C2C;
78
+ --footer-background-color: #f2f2f2;
79
+ --footer-text-color: ${$grey-color};
78
80
  }
79
81
 
80
82
  @media (prefers-color-scheme: dark) {
@@ -82,12 +84,15 @@ $on-small: 735px !default;
82
84
  --text-color: #f2f2f2;
83
85
  --dim-text-color: #000000;
84
86
  --background-color: #2C2C2C;
85
- --footer-background-color: #414141;
86
- --footer-text-color: lighten(#828282, 40%); // Use the $grey-color as base
87
+
87
88
  --grey-color-light: #{$dm-grey-color-light};
88
89
  --grey-color-lighter: #{$dm-grey-color-lighter};
89
90
  --grey-color-dark: #{$dm-grey-color-dark};
90
91
  --grey-color-darker: #{$dm-grey-color-darker};
92
+
93
+ --header-background-color: #161616;
94
+ --footer-background-color: #414141;
95
+ --footer-text-color: lighten(#828282, 40%); // Use the $grey-color as base
91
96
  }
92
97
  }
93
98
 
@@ -182,7 +182,7 @@ hr {
182
182
  pre,
183
183
  code {
184
184
  font-family: $monospace-font-family;
185
- font-size: 13px;
185
+ font-size: 14px;
186
186
  }
187
187
 
188
188
  code {
@@ -4,7 +4,7 @@
4
4
  .site-header {
5
5
  height: 65px;
6
6
  line-height: 65px;
7
- background-color: $site-header-background-color;
7
+ background-color: var(--header-background-color);
8
8
 
9
9
  -webkit-user-select: none;
10
10
  -moz-user-select: none;
@@ -1,6 +1,14 @@
1
1
  /**
2
2
  * Syntax highlighting styles
3
3
  */
4
+
5
+ .highlighter-rouge {
6
+ background-color: var(--grey-color-lighter);
7
+ border: 0 solid var(--text-color);
8
+ border-radius: 3px;
9
+ padding: 3px;
10
+ }
11
+
4
12
  .highlight {
5
13
  text-align: left;
6
14
  background-color: var(--grey-color-lighter);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-01 00:00:00.000000000 Z
11
+ date: 2019-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll