jekyll-theme-consulting 0.8.8 → 0.8.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 493d39a1c95f7a1895b6d28c7ebbc4a723ea875d0878a276fd9ca78092c9f624
4
- data.tar.gz: b1dfa943e89cf76c4b360534440b3a3af9421d498cf54c138a7a76600a8a50f4
3
+ metadata.gz: 46a0898c58a759db91b18149cc2197e1ff32a55400059f68e150eb2e8a18f14a
4
+ data.tar.gz: 21ca2eb0a255fc7c0e9c99fadae430809bcb6a48ff968df00f8dc3b25b7d0646
5
5
  SHA512:
6
- metadata.gz: d14ac6444fb2e8376e44954ba5507fb488996df116749d34c9ca2355e4a7bf74e969ff783313ccbd71971db3797c4b990d29c1b227b677a953d283344084249e
7
- data.tar.gz: 49eb2aa81f699bdbe8276d6b03e5b1cf9ed8a7deac82a17747ced298af214940bbe42423c4df1d2d2c167339efb76d685a6ff634fd81a9c1fe6c80650a558594
6
+ metadata.gz: dd3bce7ef593129e6fd1151e136d032e1ad0caaaa61c78376e396ac252ed89ce294904059de4b05601b62501162e569e4bd44f3cb55fbe2a31891eba26475000
7
+ data.tar.gz: 4b53d1c48724fd1d32cc44368bb1347767700a54ff6c92b2d96da0212789836807ae4495da41f7b87800f80eae6bba404d1f28cfa00d7032f213f4b33042a4f2
@@ -1,7 +1,10 @@
1
1
  <!-- Header -->
2
2
  <header id="header" {% if include.style %}class="{{ include.style.class | default: '' }}" style="background-image: url({{ include.style.image | absolute_url }});"{% endif %}>
3
3
  <a href="{{ '' | absolute_url }}" class="logo">
4
- <strong>{{ include.title }}</strong> - {{ include.subtitle }}
4
+ <span class="title">
5
+ <strong>{{ include.title }}</strong>
6
+ </span>
7
+ <span class="subtitle"> - {{ include.subtitle }}</span>
5
8
  </a>
6
9
  {% include language.html %}
7
10
  </header>
@@ -6,6 +6,7 @@
6
6
  {%- endif -%}
7
7
  <h3>{{ include.title }}</h3>
8
8
  <p>{{ include.content }}</p>
9
+ {%- if include.target-url -%}
9
10
  <ul class="actions">
10
11
  <li>
11
12
  <a href="{{ include.target-url | absolute_url }}" class="button">
@@ -13,4 +14,5 @@
13
14
  </a>
14
15
  </li>
15
16
  </ul>
17
+ {%- endif -%}
16
18
  </article>
@@ -93,14 +93,26 @@
93
93
 
94
94
  .on.fact-intro {
95
95
  display: table;
96
+
97
+ p {
98
+ color: #000000 !important;
99
+ }
96
100
  }
97
101
 
98
102
  .on.fact {
99
103
  display: table;
104
+
105
+ h3 {
106
+ color: #000000 !important;
107
+ }
100
108
  }
101
109
 
102
110
  .on.fact-outro {
103
111
  display: table;
112
+
113
+ p {
114
+ color: #000000 !important;
115
+ }
104
116
  }
105
117
  }
106
118
 
@@ -100,4 +100,11 @@
100
100
  }
101
101
  }
102
102
  }
103
+
104
+ article:hover {
105
+
106
+ .icon:before, .content p, .content h3 {
107
+ color: _palette(accent-cp) !important;
108
+ }
109
+ }
103
110
  }
@@ -0,0 +1,3 @@
1
+ #header .subtitle {
2
+ display: none;
3
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.8
4
+ version: 0.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moodule
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-22 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll