jekyll-theme-centos 0.6.17 → 0.6.18

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: a02f68e489af44b9cabfa3693ec5c69088840f623c898f9c119281e883231c71
4
- data.tar.gz: e57bd86b549016118c22110e219acb420c05f04bcfa54fb7b7365c31262eea4e
3
+ metadata.gz: 30d761cd88c90b433fa9080d7a17486cb2eeefca3eb71b9020c751730947437f
4
+ data.tar.gz: 00b1b5a134bef80f53728ea1ab7162bc5fd23af9987c7bead2ae061b928f5b7c
5
5
  SHA512:
6
- metadata.gz: 152bbeec50c7a9b6ea4b93f1a6c28d3b73808cf550fb54f911dd16f0869715c7e2825fb93fc5344d0646bf8e984e38ed96d65cbefef3fe764627b1c54bd819e1
7
- data.tar.gz: 060cb61db397141a396afae8286c621f3ddb8d52bcb460994450d3ec6b702751ca54a0eddf912ff8e63ed13800bff7e4507bf977ea2147bfb654cbab037d0fd2
6
+ metadata.gz: e9c8dc474c6a2f55aa4e5a66df96cede3c3d13eb3d5cdbe5cfcafd9d50ca07e6c4f204a63489f14cbdc344c3ee07efaa9d11ed4110827a0e9f16aa26adc7e743
7
+ data.tar.gz: 0ef940613ab2a273fcba28c367503aeee3cf1b9ceb997255ada802d50533a40a2337c9fe53a6880450cebc3be02fd7a0978800ffc46f5e618842c035234f417b
@@ -1,11 +1,6 @@
1
1
  .footer {
2
2
 
3
- a {
4
- color: rgba(255,255,255,0.75);
5
- &:hover {
6
- color: $white;
7
- }
8
- }
3
+ @include header-links;
9
4
 
10
5
  background-image: url($centos-img-motif);
11
6
  background-size: cover;
@@ -1,5 +1,7 @@
1
1
  .header {
2
2
 
3
+ @include header-links;
4
+
3
5
  color: $white;
4
6
  background-image: url($centos-img-motif);
5
7
  background-color: $dark;
@@ -28,7 +28,7 @@
28
28
  }
29
29
  &__planet, &__news-and-events {
30
30
  a { font-weight: bold; }
31
- @include link-list;
31
+ @include list-links;
32
32
  }
33
33
  }
34
34
  }
@@ -195,7 +195,7 @@
195
195
  margin-bottom: 15px;
196
196
  }
197
197
  .ais-hits {
198
- @include link-list;
198
+ @include list-links;
199
199
  }
200
200
  .ais-pagination {
201
201
  li {
@@ -1,7 +1,8 @@
1
1
  @import "mixins/_content";
2
2
  @import "mixins/_content-nav";
3
3
  @import "mixins/_aside-nav";
4
- @import "mixins/_link-list";
4
+ @import "mixins/_list-links";
5
+ @import "mixins/_header-links";
5
6
  @import "mixins/_code-header";
6
7
 
7
8
  @import "mixins/_post-nav-explorer"
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.6.17 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.6.18 (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
  */
@@ -0,0 +1,8 @@
1
+ @mixin header-links {
2
+ a {
3
+ color: rgba(255,255,255,0.75);
4
+ &:hover {
5
+ color: $white;
6
+ }
7
+ }
8
+ }
@@ -1,4 +1,4 @@
1
- @mixin link-list {
1
+ @mixin list-links {
2
2
  ul {
3
3
  padding-left: 0;
4
4
  li {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.17
4
+ version: 0.6.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado
@@ -213,7 +213,8 @@ files:
213
213
  - _sass/centos/mixins/_code-header.scss
214
214
  - _sass/centos/mixins/_content-nav.scss
215
215
  - _sass/centos/mixins/_content.scss
216
- - _sass/centos/mixins/_link-list.scss
216
+ - _sass/centos/mixins/_header-links.scss
217
+ - _sass/centos/mixins/_list-links.scss
217
218
  - _sass/centos/mixins/_post-nav-explorer.scss
218
219
  - _sass/fontawesome/_animated.scss
219
220
  - _sass/fontawesome/_bordered-pulled.scss