harms-columns-front-page 3.0.2 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -0
- data/_includes/custom-styles.html +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b3488e5f52ba573b4d76dbc752088ccdb56f94b
|
4
|
+
data.tar.gz: 1ac4af7c9c97fd59254b5d522003385785be88c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c12b0f6090383c1fbe000f96c1e428054cb7a89853b46ae5b9073d429a51317d57164a7e1470edb7fe4da11a0c74564081c25e226b6abe75e3b795d6b45c7482
|
7
|
+
data.tar.gz: ddc60098dbcc7c57ac02c79f50df58463922ba46bf331fb61d2aa5148e7495abb19e28f43511f0b470827a3d9690147e4c7f1bf99998201cd2e50c12c64c22fe
|
data/README.md
CHANGED
@@ -278,6 +278,16 @@ link-color: '#12ADFF'
|
|
278
278
|
|
279
279
|
<br>
|
280
280
|
|
281
|
+
#### _Color of the site's navigation links_
|
282
|
+
|
283
|
+
You can customize the color of the site's navigation links when they are not active or hovered. The color code can be provided as rgb, rgba or hex. When using hex, please make sure to wrap the color code in single quotes like this:
|
284
|
+
|
285
|
+
```yaml
|
286
|
+
nav-inactive-color: '#282828'
|
287
|
+
```
|
288
|
+
|
289
|
+
<br>
|
290
|
+
|
281
291
|
#### _Color of the site's footer_
|
282
292
|
|
283
293
|
You can customize the background-color of the site's footer. The color code can be provided as rgb, rgba or hex. When using hex, please make sure to wrap the color code in single quotes like this:
|
@@ -201,6 +201,13 @@
|
|
201
201
|
}
|
202
202
|
{% endif %}
|
203
203
|
|
204
|
+
/* Custom color for the site's inactive and unhovered navigation links */
|
205
|
+
{% if site.nav-inactive-color %}
|
206
|
+
html body nav ul.desktop-nav li a {
|
207
|
+
color: {{ site.nav-inactive-color }};
|
208
|
+
}
|
209
|
+
{% endif %}
|
210
|
+
|
204
211
|
/* Custom css from the corresponding site's config variable */
|
205
212
|
{% if site.custom-css %}
|
206
213
|
{{ site.custom-css }}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: harms-columns-front-page
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Harms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|