jekyll-theme-jsblog 1.0.21 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/jsblog/_layout.scss +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac71d20c75f25bcddbf3150bc50155be4295c481cc7bb84ae47c5ff58e5f0214
4
- data.tar.gz: 7dee846074f218e4e5796e45a4110f9cbab2b131e1d86fdb9d5cfc4e272f2b8d
3
+ metadata.gz: 6da0d86f57ed32b81969ad7c63dfec1680b949aa567fb956b4ef31452e368655
4
+ data.tar.gz: 4f3278e682e265a15df7e9d4c640fec0dc8864377774eb31cb289749da90ff75
5
5
  SHA512:
6
- metadata.gz: a9afa31c217e6e490b57f7dfeba29f1bbe45850d3c247c9f8bb1f204e2ec79badbfec10e82dee8480a1408f1a1d084a925c249837d9ab8d24e721afe68af3504
7
- data.tar.gz: 4e82df846a35efa74b312716b864be241c314d8305a5b1cc863de7323fb0e1e8369bbdc6afd4a0e19ebbfac9c6d15911730b71b73736537ca28df82065b10728
6
+ metadata.gz: 666baa7fd8b2856667b0011eaa6e3ccac59f473af7867c4f107296c40787aba349f3dd4f762496215b39ed28284f95367211df6f293fd48de6736d51692dff30
7
+ data.tar.gz: 36a9b8cd366fa1519dbf941b7f5dfdf21230ecb07b629509f8e5702652379cc6ad08d663a42b5680e03f9a8ffec51f2f3fbd0b1ffa7e944a97a79b79c7d2c4c4
@@ -40,13 +40,13 @@
40
40
  }
41
41
 
42
42
  .site-header-text {
43
- color: $site-header-text-color !important; // !important avoids normal link styling!
44
43
  display: inline-block;
45
44
  vertical-align: middle;
46
45
  line-height: normal;
47
46
  }
48
47
 
49
48
  .site-title {
49
+ color: $site-header-text-color !important; // !important avoids normal link styling!
50
50
  font-size: $site-title-font-size;
51
51
  font-weight: $heavy-font-weight;
52
52
  letter-spacing: -1px;
@@ -62,6 +62,7 @@
62
62
  }
63
63
 
64
64
  .site-description {
65
+ color: $site-header-text-color !important; // !important avoids normal link styling!
65
66
  margin-top: 10px;
66
67
  margin-bottom: 0;
67
68
  font-size: $small-font-size;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo