jumbo-jekyll-theme 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/app/blog.scss +11 -1
- 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: 6c80a9a066ae4621696a4e4ada08578f3e1f4ced767ef1178d0c078b8907e24b
|
4
|
+
data.tar.gz: 6a4e854e43b047b4dc9cc27892c9ab5d048886ce2d839df8473e084425165c47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b098f3eab69848eef21180710e4af6eb81812f5baa423e1dd61b2e780f1f91db88fb6f511c6d613508e49ae48ec34be5a00c4fc5d1268898b5574b2832288d4c
|
7
|
+
data.tar.gz: 31bdadbdc0bd7bb8c2d60b3ccba63ff43b24bd276060ee9d05ce2605408e43b87a4c936227599db414843ec6d39ee4be9ba3babb3d7571e4ded5877552e3d66e
|
data/_sass/app/blog.scss
CHANGED
@@ -58,6 +58,16 @@ h1#featured-image-blog-title {
|
|
58
58
|
}
|
59
59
|
.disqus-placeholder.is-hidden { display: none; }
|
60
60
|
|
61
|
-
|
61
|
+
// Post Series section
|
62
|
+
#content-container .post-series ul li.active a {
|
62
63
|
color: white;
|
64
|
+
}
|
65
|
+
.panel.post-series {
|
66
|
+
background-color: whitesmoke;
|
67
|
+
padding: 5px;
|
68
|
+
border: 1px solid #e2e2e2;
|
69
|
+
}
|
70
|
+
#content-container .post-series p {
|
71
|
+
margin-bottom: 5px;
|
72
|
+
font-size: 16px;
|
63
73
|
}
|