jekyll-theme-noesya 1.0.46 → 1.0.50

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: 899a44673e8f60bc9df231ed79e9d2796071ac7e564dc113bfb04ac81be0f63d
4
- data.tar.gz: 3caa940924707ad4807961f1c285fb62960b79fe98ee9a9813a9ee45fb947fa6
3
+ metadata.gz: 4847dc5164a3c05e2aa4c649c38cb3d132fc1bfefa40e4312c025cd683bf0bce
4
+ data.tar.gz: e360f8946878e762c1c1e6b384946ce764892ea08c499009043fe92989e9f6e6
5
5
  SHA512:
6
- metadata.gz: e52ff5458cf67dc75cd54f36ba8f7388f91901c7346fecbe056420fc1f595d30cd2c181a1becf4eedfb12ba69b17f053babd7befa8b0d5c84c9739990a9a80cd
7
- data.tar.gz: 4be8e970f5d53ce048e7059e355e744f3536280035b9348ae76cbb7ab6f76bdf459cc69b9df9a4329df12ff1e3b4a2c66a225ff079078e40ad290cb381c85142
6
+ metadata.gz: c32ed2951eaa6f95c6cd25e1a99456d7b3702ba6398e6892a67b3b3102ad4b90251ad0ca99cec7cd609c20a494cbe2b06bcb8dd4db20c523096796d0cbd479ac
7
+ data.tar.gz: 291909d307168c90fc545bf331a8625698e211709e7c58596fd7552f39e574b6682b8fdb8fead7830208d269840f1564db4181291556a6444b9c618b88ccdb08
@@ -13,7 +13,7 @@
13
13
  <span class="p-country-name">France</span>
14
14
  </address>
15
15
  {% include nav/ecosystem.html %}
16
- <!-- <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp.svg" alt="Certified B-Corporation" width="63" height="103"></a> -->
16
+ <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation" width="63" height="103" class="bcorp"></a>
17
17
  {% picture owl_footer "/assets/images/chouette/small.png" --img alt="La chouette noesya" %}
18
18
  {% include nav/legal.html %}
19
19
  {% include nav/contacts.html %}
@@ -33,14 +33,6 @@
33
33
  blockquote
34
34
  border-color: $border-color-reverse
35
35
 
36
- aside
37
- &.is-fixed
38
- background: $bg-secondary-color-reverse
39
- color: $white
40
- &:hover, &.is-hovered
41
- a
42
- text-decoration-color: $white
43
-
44
36
  body > header
45
37
  > a
46
38
  filter: invert(1)
@@ -76,6 +68,8 @@
76
68
  body > footer
77
69
  background-color: $white
78
70
  color: $primary
71
+ .bcorp
72
+ filter: invert(1)
79
73
  li span
80
74
  color: $secondary
81
75
  a
@@ -59,3 +59,11 @@ aside
59
59
  img
60
60
  filter: grayscale(0)
61
61
  opacity: 1
62
+
63
+ @media (prefers-color-scheme: dark)
64
+ &.is-fixed
65
+ background: $bg-secondary-color-reverse
66
+ color: $white
67
+ &:hover, &.is-hovered
68
+ a
69
+ text-decoration-color: $white
data/_sass/main.sass CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  @import "components/header"
20
20
  @import "components/menu"
21
- @import "components/nav-between.sass"
21
+ @import "components/nav-between"
22
22
 
23
23
  @import "layouts/legal"
24
24
  @import "layouts/page"
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.46
4
+ version: 1.0.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
8
8
  - Arnaud Levy
9
9
  - Alexis BENOIT
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-11-25 00:00:00.000000000 Z
13
+ date: 2021-12-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll
@@ -82,7 +82,7 @@ dependencies:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
- description:
85
+ description:
86
86
  email:
87
87
  - sebousan@gmail.com
88
88
  - contact@arnaudlevy.com
@@ -144,7 +144,7 @@ licenses:
144
144
  - MIT
145
145
  metadata:
146
146
  plugin_type: theme
147
- post_install_message:
147
+ post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths:
150
150
  - lib
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubygems_version: 3.1.6
163
- signing_key:
163
+ signing_key:
164
164
  specification_version: 4
165
165
  summary: Noesya theme for Jekyll.
166
166
  test_files: []