space-jekyll-theme 0.1.2 → 0.1.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_sass/main.scss +21 -11
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8845f3828ccf185c5f5704dc13e88022d8cc2c7608aac2014489644c8f27fdf
4
- data.tar.gz: 4d0c7f4d69f42738a354003399f748d37f3defb78f2d56bffce5c7cebfccc16c
3
+ metadata.gz: b503118a1125d6f426fcba814e432c4162e0039302fbfa98f3d263c7b4da4775
4
+ data.tar.gz: 46ab5bb4f7110ce3f9237039385b5e707b71c32a2ea61272dc99da51f52a5687
5
5
  SHA512:
6
- metadata.gz: db78e0ea4c989c79fe653907ace7d089cd7780149acd44f12c90422e0b1cda70690f8cd7aa658860389f71abecd740fb9615297513ac7a7380865503db9c4e87
7
- data.tar.gz: 97a560d1ae81cb046aef5da127fed5857857968435cefc75939b542d2e0207db74af67c8a2d646f92e3ecc1ac4793fac6fbeccaa7187acdabbf75ab63d0c68aa
6
+ metadata.gz: 05ce4ee27b7adea9d723b460bd4fc1e2c336b271bf54e333af4755ce4c6c3a7312d9cdc27f251740e32c3bf3130205c0ab6e89ae31f87cc672b2a496d6787083
7
+ data.tar.gz: 686622382a0f866d82488c413c9dc596313eb31d8c71d6a92cf6eac694c0fa1ca0e1b17eac9792cf2e4b8e17397b4acbc81ab1c93f0d52cb1b007a2be8d9cf39
data/README.md CHANGED
@@ -2,4 +2,4 @@ space-jekyll-theme
2
2
 
3
3
  gem build space-jekyll-theme.gemspec
4
4
 
5
- gem push space-jekyll-theme-x.x.0.gem
5
+ gem push space-jekyll-theme-0.1.2.gem
@@ -1,8 +1,8 @@
1
1
  @import "_breakpoints";
2
2
  @import "_mixins";
3
3
 
4
- $display-font : "Sporting Grotesque", sans-serif;
5
- $body-font : "Proza Libre";
4
+ $display-font : "Public Sans";
5
+ $body-font : "Gelasio";
6
6
  $mono-font : "Inconsolata";
7
7
  $orange : #fd5200;
8
8
  $rust : #af3800;
@@ -29,7 +29,7 @@ h6, blockquote {
29
29
  a {
30
30
  text-decoration: none;
31
31
  color: $orange;
32
- padding-bottom: 0.01em;
32
+ padding-bottom: 0.005em;
33
33
  border-bottom: 1px solid lightgray;
34
34
  }
35
35
 
@@ -40,7 +40,7 @@ a:hover {
40
40
 
41
41
  h1 {
42
42
  font-size: 40px;
43
- line-height: 135%;
43
+ line-height: 120%;
44
44
  margin-top: 80px;
45
45
  margin-bottom: 40px;
46
46
  font-weight: 700;
@@ -94,10 +94,11 @@ h6 {
94
94
  }
95
95
 
96
96
  p {
97
- color: #353535;
98
- font-size: 20px;
97
+ // color: #353535;
98
+ color: black;
99
+ font-size: 24px;
99
100
  font-weight: 400;
100
- line-height: 170%;
101
+ line-height: 150%;
101
102
  margin-top: 40px;
102
103
  margin-bottom: 40px;
103
104
  }
@@ -197,10 +198,11 @@ li {
197
198
  }
198
199
 
199
200
  blockquote {
200
- font-family: $display-font;
201
+ font-family: $body-font;
201
202
  color: black;
202
- font-size: 20px;
203
- line-height: 180%;
203
+ font-size: 30px;
204
+ // font-style: italic;
205
+ line-height: 140%;
204
206
  margin-top: 40px;
205
207
  margin-bottom: 40px;
206
208
  p {
@@ -247,10 +249,14 @@ footer {
247
249
  }
248
250
 
249
251
  figcaption {
252
+ font-family: $display-font;
253
+ margin-top: 10px;
250
254
  color: grey;
255
+ text-align: center;
251
256
  }
252
257
 
253
258
  .meta {
259
+ font-family: $display-font;
254
260
  margin-top: -20px;
255
261
  margin-bottom: 40px;
256
262
  p {
@@ -263,11 +269,15 @@ figcaption {
263
269
  }
264
270
 
265
271
  .kicker {
266
- font-family: $body-font;
272
+ font-family: $display-font;
267
273
  color: grey;
268
274
  margin-top: 80px;
269
275
  margin-bottom: -60px;
270
276
  text-transform: none;
271
277
  letter-spacing: 0;
272
278
  font-weight: 400;
279
+ }
280
+
281
+ strong, b {
282
+ color: black;
273
283
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: space-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - '0xf17'