jekyll-whiteglass 1.9.0 → 1.9.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e4ee08949030f7fc3978090165a7b1111d696da8d029b8546a770fdcb8c132e
4
- data.tar.gz: ed59077cb5f579c46cf385b056f6cc34daae1c26bcccbca7bec7b447699071da
3
+ metadata.gz: 4d9cf6026031bbab135d607a04737b2fde8b412396492827e1547097ad28ad51
4
+ data.tar.gz: 4dc690f8140ea9a5e7dd6df5322e8a269022c3d040c5a368e7c6fd3bdf000134
5
5
  SHA512:
6
- metadata.gz: 581b1e1c1a32722dcf00647121672ef6a241ed124fb2d970bbad56fbad7180457e90d6866abf98a8192dc6ef5a1306c71187fff91286d9d64db3664a1082d395
7
- data.tar.gz: d8ad0f133bc9b82125b7b04a85e76d5d9df7b30869ab9a378518acc222b054ab275721efc98f56d022d6a01cc2f05bc06f19e536b53b48e1ce0a9f8f4d208e22
6
+ metadata.gz: a62500ea23cdde6172abe0e7da980dbf358c46790a1796e87acff1dbe43882d710f42225f9eb36ff1dcf3f48918b1de84aa5824d36e2c3b7fa15a78443ba4c67
7
+ data.tar.gz: 5bd5784496ddd77bf4fe8ee4c16d779789f517f41bf84cf6ed4c3acb1c1227d3c44a1037359dd5e6bad5acc08aae18d245799a439d87cf466a240f505a47d952
@@ -1,5 +1,10 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.9.1 (2019-08-26)
4
+
5
+ - Restore colors of code in blockquotes
6
+ - Fix insufficient contrast of .post-continue
7
+
3
8
  ## 1.9.0 (2019-08-26)
4
9
 
5
10
  - Adjust $grey-color to conform to WCAG 2.0 AA (#26)
@@ -129,6 +129,10 @@ blockquote {
129
129
  > :last-child {
130
130
  margin-bottom: 0;
131
131
  }
132
+
133
+ pre, code {
134
+ color: $text-color;
135
+ }
132
136
  }
133
137
 
134
138
 
@@ -127,7 +127,7 @@
127
127
 
128
128
  &,
129
129
  &:visited {
130
- color: $grey-color;
130
+ color: $grey-color-dark;
131
131
  background-color: $grey-color-light;
132
132
  }
133
133
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-whiteglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You