jekyll-theme-noesya 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/components/menu.sass +3 -1
- data/_sass/main.sass +2 -0
- data/_sass/pages/index.sass +6 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c62ed06ac18c64cc2eb69c1472f6248bd46fc65c8323110ea91e7cb138b33276
|
|
4
|
+
data.tar.gz: 075ea8367c29e1eebd6d6d1401fa9c621c056160babab2fd0181f6745a5ff87b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5feba5957c71b85485aaa5c23266b224218cfa72f8d6d2d32c28730c191c6024b380eb81e6d4a6121c19fde39112807c240a8206ddd092bcd6abde1666695c89
|
|
7
|
+
data.tar.gz: 30a559a845833de496f951bb0fe7dc1548db67bd6b95d1201032e9dff4568f204e7af6b7d905a8c6fec2df1634de48e1c1b9f4144f80e95566ed94617286297a
|
data/_sass/components/menu.sass
CHANGED
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
a
|
|
103
103
|
color: $primary
|
|
104
104
|
li
|
|
105
|
+
font-family: $font-family-serif
|
|
105
106
|
font-size: px2rem(25)
|
|
106
107
|
margin-bottom: 0
|
|
107
108
|
&:not(:first-child)
|
|
@@ -109,7 +110,8 @@
|
|
|
109
110
|
a
|
|
110
111
|
&.active,
|
|
111
112
|
&:hover
|
|
112
|
-
text-decoration: underline
|
|
113
|
+
text-decoration: underline 1px
|
|
114
|
+
text-underline-offset: 5px
|
|
113
115
|
@include media-breakpoint-up(lg)
|
|
114
116
|
.menu_burger_only_mobile &
|
|
115
117
|
li:not(:first-child)
|
data/_sass/main.sass
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sébastien Moulène
|
|
@@ -125,6 +125,7 @@ files:
|
|
|
125
125
|
- _sass/layouts/legal.sass
|
|
126
126
|
- _sass/layouts/page.sass
|
|
127
127
|
- _sass/main.sass
|
|
128
|
+
- _sass/pages/index.sass
|
|
128
129
|
- _sass/tools/functions/px2rem.sass
|
|
129
130
|
- _sass/tools/mixins/container.sass
|
|
130
131
|
- _sass/tools/mixins/graphics.sass
|