jekyll-theme-centos 0.7.5 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/centos/_variables.scss +1 -1
- data/_sass/centos/centos.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d70a90ef2b9106de150f31ebbf68c7542da80eb4618586527290e85d2827ba6f
|
4
|
+
data.tar.gz: 65f6103b68a1872905978ade75afda8a40ba51e5b501f8d08b27d5290f5ea3c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e28c5b812442e338498ab3f85651b9f7995fc1a90883dbebc45c0fb6ce2d2a20d3921b661461d211f8b4a6881894470fc5207922e0ace34a8d4a4e9dfb5f943
|
7
|
+
data.tar.gz: cf0fabcb7348bac2bf95f1a1d6a14607f827ca4baacd932acce969ad01b07887a9e235b539d0e147a92ec7fd672b8b1d09b6e589c03a5637cd94e79e99ca5e02
|
@@ -33,7 +33,7 @@ $paragraph-margin-bottom: 1.8rem;
|
|
33
33
|
$code-color: $dark;
|
34
34
|
|
35
35
|
// Typography - Font, line-height, and color for body text, headings, and more.
|
36
|
-
$font-family-path: "
|
36
|
+
$font-family-path: "../fonts";
|
37
37
|
$font-family-sans-serif: Montserrat;
|
38
38
|
$line-height-base: 1.75;
|
39
39
|
$headings-line-height: $line-height-base - 0.3;
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.7.
|
2
|
+
* jekyll-theme-centos v0.7.6 (https://gitlab.com/areguera/jekyll-theme-centos/)
|
3
3
|
* Copyright 2020-2021 Alain Reguera Delgado
|
4
4
|
* Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
|
5
5
|
*/
|