techdoc-jekyll-theme 0.2.0 → 0.2.1
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/styles.css +6 -3
- 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: f6002dde5c49b966408c4dc95986ddc87e48dc9d089c8fbd59f34dd290f99001
|
|
4
|
+
data.tar.gz: 8840ad1234cf0390989f99ad1a8347e35c712259e93c7990ac19ed67796ce5fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c7d76c6f314e1532f3986f2f07c2adbc1ac653fb61b18d487f6969d725a9d8b8baf380f1532b326d7e72740cee0c4feb7310e25411762deb2c29b20001405f6
|
|
7
|
+
data.tar.gz: 1797b52369c982a83741e8b5ca0da1b105fd3d0e9398b688b5bac66402554a8ca50e24ab4b220252660c922b9004749d06c015a6490f0758991fcbc35322daaa
|
data/assets/css/styles.css
CHANGED
|
@@ -29,7 +29,7 @@ img {
|
|
|
29
29
|
* Basic typography setup
|
|
30
30
|
*/
|
|
31
31
|
a {
|
|
32
|
-
color:
|
|
32
|
+
color: #454545;
|
|
33
33
|
font-size: 0.995rem;
|
|
34
34
|
margin: 5px 0;
|
|
35
35
|
text-decoration: none;
|
|
@@ -99,6 +99,7 @@ code {
|
|
|
99
99
|
/* Navigation links */
|
|
100
100
|
.menu .nav-link {
|
|
101
101
|
color: white;
|
|
102
|
+
font-size: 0.995rem;
|
|
102
103
|
display: block;
|
|
103
104
|
}
|
|
104
105
|
|
|
@@ -185,12 +186,13 @@ code {
|
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
.content :not(pre) > code {
|
|
188
|
-
|
|
189
|
-
font-
|
|
189
|
+
font-size: 0.98rem;
|
|
190
|
+
font-style: italic;
|
|
190
191
|
word-wrap: break-word;
|
|
191
192
|
}
|
|
192
193
|
|
|
193
194
|
.content pre > code {
|
|
195
|
+
border-radius: 15px;
|
|
194
196
|
font-size: 0.95rem;
|
|
195
197
|
padding: 15px 30px;
|
|
196
198
|
white-space: pre-wrap;
|
|
@@ -260,6 +262,7 @@ code {
|
|
|
260
262
|
|
|
261
263
|
.menu .menu-content {
|
|
262
264
|
padding: 25px;
|
|
265
|
+
height: 100%;
|
|
263
266
|
}
|
|
264
267
|
|
|
265
268
|
.content-container {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: techdoc-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jianmin-chen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|