jekyll-theme-noesya 1.0.18 → 1.0.19

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: 0ed2b9b9c43317f866f868636a316e3138cf70a9603054955f317f0704153a77
4
- data.tar.gz: 444cf683c0c8aa0c81649d2b85eaf70c0be0e9d37810df7452c92ae9dc8914c8
3
+ metadata.gz: c62ed06ac18c64cc2eb69c1472f6248bd46fc65c8323110ea91e7cb138b33276
4
+ data.tar.gz: 075ea8367c29e1eebd6d6d1401fa9c621c056160babab2fd0181f6745a5ff87b
5
5
  SHA512:
6
- metadata.gz: 07f2703464c7c546c13c51302daa5de1a8101ca43124b36e16188a224ac2d537562df9af11c3a560e624012469e1eab594811a8eea5c55f1d199f65002c11642
7
- data.tar.gz: 12e21c03a83ba224a77d2f8ecc2b024dd42ba0878b062fcc3626992c4f974ed690a57df43146cf4037bc856155e8aa7c30e89a5815f9b872145491dba01e3243
6
+ metadata.gz: 5feba5957c71b85485aaa5c23266b224218cfa72f8d6d2d32c28730c191c6024b380eb81e6d4a6121c19fde39112807c240a8206ddd092bcd6abde1666695c89
7
+ data.tar.gz: 30a559a845833de496f951bb0fe7dc1548db67bd6b95d1201032e9dff4568f204e7af6b7d905a8c6fec2df1634de48e1c1b9f4144f80e95566ed94617286297a
@@ -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
@@ -21,4 +21,6 @@
21
21
  @import "layouts/legal"
22
22
  @import "layouts/page"
23
23
 
24
+ @import "pages/index"
25
+
24
26
  @import "commons/darkmode"
@@ -0,0 +1,6 @@
1
+ main.index
2
+ header
3
+ h1
4
+ @include media-breakpoint-up(lg)
5
+ font-size: px2rem(55)
6
+ line-height: px2rem(75)
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.18
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