henry-jekyll 0.2.3 → 1.3.1
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 +4 -4
- data/_sass/main.scss +2 -2
- data/_sass/theme.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb8882006faca3955357ea3ab9cf94590823320abdeeac2a00c7b982422dc4d8
|
|
4
|
+
data.tar.gz: e17fbe458c5239109f21dd6fe29b2264b3ae8a312296b656b08f34c17f7f8562
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abb90b2251d24f868203000c3813b5affd71eca49dbb430f52ed54f2e3a4b10bced32890d13315f95f43629bdc459f84762910d2575e25391f8743dc736d0382
|
|
7
|
+
data.tar.gz: dbf22f51f53f888963e568661fe2447d6b1bf6986174d95429781a1ea5290e15c24fbbf50e3f016724606bfb2c7fe4af22c0eab4ead5333a5931fdd91b625014
|
data/_sass/main.scss
CHANGED
|
@@ -529,8 +529,8 @@ article.post-content {
|
|
|
529
529
|
border-bottom: 2px solid transparent;
|
|
530
530
|
|
|
531
531
|
&:hover {
|
|
532
|
-
border-top: 2px solid $color-
|
|
533
|
-
border-bottom: 2px solid $color-
|
|
532
|
+
border-top: 2px solid $color-link;
|
|
533
|
+
border-bottom: 2px solid $color-link;
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
}
|
data/_sass/theme.scss
CHANGED
|
@@ -28,7 +28,7 @@ $header-font-family: "ibm-plex-sans", "IBM Plex Sans", sans-serif;
|
|
|
28
28
|
$header-2-font-family: "ibm-plex-serif", "IBM Plex Serif", "ff-tisa-web-pro", Georgia, "Times New Roman", serif;
|
|
29
29
|
$fixed-width-font-family: 'ibm-plex-mono', "IBM Plex Mono", 'SF Mono', 'Consolas', monospace;
|
|
30
30
|
|
|
31
|
-
$background-color:
|
|
31
|
+
$background-color: #2B343E;
|
|
32
32
|
|
|
33
33
|
$color-text: #bbb;
|
|
34
34
|
$color-text2: whitesmoke;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: henry-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kaushik Gopal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|