space-jekyll-theme 0.1.8 → 0.1.9

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/main.scss +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adc93e2052b014a89005268eac2e37708926c9b7eb09c41e9754a52c7c1e40c1
4
- data.tar.gz: 7703b87fdc1dbc2127b4ae2b66bbba4877e3c3270923c9aa83a1ee0d1c4ff6e2
3
+ metadata.gz: ab42c9dacefbc8e406f47dcf8b001eb55b9e02c37c0bc5e97670f8fb033da9fc
4
+ data.tar.gz: 9a87c72c78ca775cdff27783bd823cdbfb755d2d969e41bbd844cb20b490c247
5
5
  SHA512:
6
- metadata.gz: 7ff2d394a83dfbb2b235a225903825e5c74cb8fb37ee10446e033e2135e1ada39fd1b55b67c758509367587bbb4f8e120be030784ef46919d62b8c0496957f6d
7
- data.tar.gz: d2ae11ca07e9e1783819ded0e808a80a24436db0d0010d75f652814ca64eda7c9bf8ecb35fb2be58c5cf92745b9a2c6a8029fa59c8f5029e66e1451d50c85b59
6
+ metadata.gz: b66ff61b8a6502568258dda6fbbcaf34fc11aee4253801f9c8cce0bf01d175ed92484729f06c16decd56cdb190a41e7b15ac911d0aa322427decff07d0284153
7
+ data.tar.gz: aeec1aeb3b1d2e8353306bb3690c1daf1868963bab15d1b35ba2a66237f33c44bdcb65688a495f4c9729cb530b1b55e8664a60c19c64485ab33afc1390b7732c
@@ -1,7 +1,7 @@
1
1
  @import "_breakpoints";
2
2
  @import "_mixins";
3
- @import "_maths";
4
- @import "_colors";
3
+ @import "helper";
4
+ @import "colors";
5
5
 
6
6
  $font: "Space Grotesk";
7
7
  $mono-font: "Space Mono";
@@ -45,7 +45,8 @@ cite,
45
45
  color: $black-coral;
46
46
  }
47
47
 
48
- p, nav {
48
+ p,
49
+ nav {
49
50
  font-size: 1em;
50
51
  line-height: 1.6;
51
52
  color: $black-coffee;
@@ -272,7 +273,6 @@ figcaption {
272
273
  }
273
274
 
274
275
  .kicker {
275
-
276
276
  color: grey;
277
277
  margin-top: 80px;
278
278
  margin-bottom: -70px;
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - '0xf17'