stuartmccoll_portfolio 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.
- checksums.yaml +4 -4
- data/assets/css/style.css +6 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6496a5a7a296ded74b3e5d535b181d31ad6f2c80
|
4
|
+
data.tar.gz: aba1904222ee24e1cc393a51fc1db28b1276b729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 716cfa985e36d07f0ebf50cb50a43219d67a785dc126d9761ce172e815c41330fa250663d882ad0da74e67245e78249d5b436d4298e6b32eab69fd84dbb174fd
|
7
|
+
data.tar.gz: 821ed7f63274df777f67d64b398a68fcae0c5730f4a7de0bf5c352983e495dfce87e1260eb798006678327212479c6a960d5a8faede89418cd470061478a1372
|
data/assets/css/style.css
CHANGED
@@ -337,7 +337,12 @@ html, body {
|
|
337
337
|
padding: 25px 0;
|
338
338
|
}
|
339
339
|
|
340
|
-
.
|
340
|
+
section.blog-post {
|
341
|
+
padding: 20px;
|
342
|
+
}
|
343
|
+
|
344
|
+
.highlight pre { background-color: #272822; border: none; }
|
345
|
+
.highlight pre .lineno { color: #75715e; }
|
341
346
|
.highlight .hll { background-color: #272822; }
|
342
347
|
.highlight .c { color: #75715e } /* Comment */
|
343
348
|
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|