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.
- checksums.yaml +4 -4
- data/_sass/main.scss +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab42c9dacefbc8e406f47dcf8b001eb55b9e02c37c0bc5e97670f8fb033da9fc
|
|
4
|
+
data.tar.gz: 9a87c72c78ca775cdff27783bd823cdbfb755d2d969e41bbd844cb20b490c247
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b66ff61b8a6502568258dda6fbbcaf34fc11aee4253801f9c8cce0bf01d175ed92484729f06c16decd56cdb190a41e7b15ac911d0aa322427decff07d0284153
|
|
7
|
+
data.tar.gz: aeec1aeb3b1d2e8353306bb3690c1daf1868963bab15d1b35ba2a66237f33c44bdcb65688a495f4c9729cb530b1b55e8664a60c19c64485ab33afc1390b7732c
|
data/_sass/main.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import "_breakpoints";
|
|
2
2
|
@import "_mixins";
|
|
3
|
-
@import "
|
|
4
|
-
@import "
|
|
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,
|
|
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;
|