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 +4 -4
- data/_includes/nav/bcorp.html +2 -2
- data/_sass/commons/darkmode.sass +0 -12
- data/_sass/commons/footer.sass +20 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39e95cb23a528c75af5184256d21456bc3a7977b39e451ed1b38ec5a52854a52
|
4
|
+
data.tar.gz: deb6cda28e677a69ac5a165814fd4f9a07dbaaa4e348d4583f88697451367792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 658f169dfd72f2e1a0deb10b933a418f4636a6986dc839648f43254659b9c0c0fcfe4f0da95479c360ded115c10d786699ce258ae3dca4cf8fa8cda5c5f20e04
|
7
|
+
data.tar.gz: 975d7080e89081099624b44bd865bae3ffaeaa0ce532bf62430e90efaeedd3246fee233515daec3acafc089d7cb736d51cc68e6fd7bbda7ff00621b8e4e1b947
|
data/_includes/nav/bcorp.html
CHANGED
@@ -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"
|
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>
|
data/_sass/commons/darkmode.sass
CHANGED
data/_sass/commons/footer.sass
CHANGED
@@ -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:
|
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.
|
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: []
|