jekyll-theme-centos 0.7.6 → 0.7.7
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 +2 -2
- 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: 6a2b951477c5432c04ba1f0d582c3c7ed34e73e05e759deb2a0a90e855f192a2
|
4
|
+
data.tar.gz: 17ad9416ce67a974a1a0c276cff20816e1b7fe356e614ae8140f138d00c53318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d52557d08c09f3a55a5015ff66854907afa87ac2d9c019c185ba9511cb5480cd8cbe3e5da543c71c4b68c14f8816338a4c20a5d8a1131cd0a20a049f36ec254
|
7
|
+
data.tar.gz: ac2e651550a6c1656e26cd0433af9cf104285575627538d9b3c5aec3a636b327cd2abd3b3120f7732e9c97c7a95b29df9528d17b5a08d64ba62a88de1e1a083e
|
@@ -6,8 +6,8 @@ $centos-color-0: #9ccd2a;
|
|
6
6
|
$centos-color-1: #efa724;
|
7
7
|
$centos-color-2: #a14f8c;
|
8
8
|
$centos-color-3: #262577;
|
9
|
-
$centos-img-logo: "
|
10
|
-
$centos-img-motif: "
|
9
|
+
$centos-img-logo: "../img/logo.png";
|
10
|
+
$centos-img-motif: "../img/motif.png";
|
11
11
|
|
12
12
|
// Color system - based in the artistic motif palette and the number of
|
13
13
|
// occurrence each color has in the image.
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.7.
|
2
|
+
* jekyll-theme-centos v0.7.7 (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
|
*/
|