jekyll-theme-noesya 1.0.51 → 1.0.52

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: 9a1c6edd21a1bf87ea02f22c939384fc66db7108b33c4ff5091868afdc095c60
4
- data.tar.gz: b155df44abe11aad3737759b48a15ee82543405f099e6e6b2ed8ec1b426ef61b
3
+ metadata.gz: 39e95cb23a528c75af5184256d21456bc3a7977b39e451ed1b38ec5a52854a52
4
+ data.tar.gz: deb6cda28e677a69ac5a165814fd4f9a07dbaaa4e348d4583f88697451367792
5
5
  SHA512:
6
- metadata.gz: cac697eb35cab5c22726a33f95ac9417d3cb6381c2893172ea8123000ac0b26763ff5380dd29e7e54a625200043ee9af3deab3f0ea903d3f2fb27b59ff2911fd
7
- data.tar.gz: f23fdc69bf6f904edb2dccd272a84334c03fc7ced957b46d745604757dfab12ea0dadf90153ea0a24dc12daf5799dabec08804e8a177ffee6f4afb9a52ef103c
6
+ metadata.gz: 658f169dfd72f2e1a0deb10b933a418f4636a6986dc839648f43254659b9c0c0fcfe4f0da95479c360ded115c10d786699ce258ae3dca4cf8fa8cda5c5f20e04
7
+ data.tar.gz: 975d7080e89081099624b44bd865bae3ffaeaa0ce532bf62430e90efaeedd3246fee233515daec3acafc089d7cb736d51cc68e6fd7bbda7ff00621b8e4e1b947
@@ -1,3 +1,3 @@
1
- <a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer">
2
- <img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120" class="bcorp">
1
+ <a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer" class="bcorp">
2
+ <img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120">
3
3
  </a>
@@ -64,15 +64,3 @@
64
64
  color: $white
65
65
  &:hover
66
66
  color: $white
67
-
68
- body > footer
69
- background-color: $white
70
- color: $primary
71
- .bcorp
72
- filter: invert(1)
73
- li span
74
- color: $secondary
75
- a
76
- color: $secondary-on-gray
77
- &:hover
78
- color: $primary
@@ -28,6 +28,10 @@ body > footer
28
28
  margin-bottom: $grid-gutter
29
29
  &::after
30
30
  content: none
31
+ &.bcorp
32
+ margin-bottom: 0
33
+ img
34
+ display: block
31
35
  &.contacts, &.legal
32
36
  li
33
37
  font-size: px2rem(22)
@@ -38,9 +42,12 @@ body > footer
38
42
  picture
39
43
  display: block
40
44
  margin-bottom: $grid-gutter
41
- max-width: 33%
42
-
45
+ max-width: 85px
43
46
 
47
+ @include media-breakpoint-down(lg)
48
+ .bcorp
49
+ float: right
50
+ margin-top: 22px
44
51
  @include media-breakpoint-up(lg)
45
52
  nav
46
53
  &:first-of-type
@@ -108,3 +115,14 @@ body > footer
108
115
  grid-row: 2/2
109
116
  margin-bottom: 0
110
117
  max-width: none
118
+ @media (prefers-color-scheme: dark)
119
+ background-color: $white
120
+ color: $primary
121
+ .bcorp img
122
+ filter: invert(1)
123
+ li span
124
+ color: $secondary
125
+ a
126
+ color: $secondary-on-gray
127
+ &:hover
128
+ color: $primary
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.51
4
+ version: 1.0.52
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
13
  date: 2021-12-17 00:00:00.000000000 Z
@@ -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
@@ -145,7 +145,7 @@ licenses:
145
145
  - MIT
146
146
  metadata:
147
147
  plugin_type: theme
148
- post_install_message:
148
+ post_install_message:
149
149
  rdoc_options: []
150
150
  require_paths:
151
151
  - lib
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubygems_version: 3.1.6
164
- signing_key:
164
+ signing_key:
165
165
  specification_version: 4
166
166
  summary: Noesya theme for Jekyll.
167
167
  test_files: []