jekyll-theme-fast 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/_includes/footer.html +1 -1
- data/_sass/jekyll-theme-fast.scss +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19e3b02719651fc288e8f63aea61d1685c0d44b4bb452355938aeec96f7b7b3f
|
4
|
+
data.tar.gz: 1b4da44c09b4a01d5616b1ccfed5276449ea374d08eb1ec98f4908d0d6320883
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4c63c5f8763a097269376499707dfea7c5898c0a1a74584f195fbdeaa670d7063ff276e76e84e064e791ca387219bc9e7fe68da5256306154e75638075cd6a4
|
7
|
+
data.tar.gz: 8443619afb5af09cccda26be360d1207a0248f628e4e97ba4b6867d88f9e95e3fe736a40706893ee06323706b1ab4fc54a9c6bc67c36f975c74c0de9b8770292
|
data/_includes/footer.html
CHANGED
@@ -14,6 +14,12 @@ body {
|
|
14
14
|
background: #3d3e45;
|
15
15
|
}
|
16
16
|
|
17
|
+
body,
|
18
|
+
.markdown-body {
|
19
|
+
// font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
|
20
|
+
font-family: -apple-system, Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
|
21
|
+
}
|
22
|
+
|
17
23
|
header {
|
18
24
|
text-align: center;
|
19
25
|
padding-top: 30px;
|
@@ -70,7 +76,7 @@ section {
|
|
70
76
|
transform: translateX(-100px);
|
71
77
|
background: #fbfaf8;
|
72
78
|
border-radius: 3px;
|
73
|
-
box-shadow: 0 0 80px rgba(0,0,0
|
79
|
+
box-shadow: 0 0 80px rgba(0, 0, 0, .45);
|
74
80
|
min-height: calc(100vh - 300px); // max-width: 800px;
|
75
81
|
.page-title {
|
76
82
|
text-align: center;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-fast
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- liurongqing
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: phpgege@gmail.com
|