jekyll-theme-consulting 0.8.9 → 0.8.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a53c7f78a475d3425c067c72bbc8f9227f643e9b298494744f96ba3687c591b
4
- data.tar.gz: 9dd2921dd586459de84039e350ae0284d5354248ce172d335c98d716cd59bfe0
3
+ metadata.gz: 57c23b346a72f14bbf37e0db11edd3e28c5598e001855c02b06a3bfdb96b93d7
4
+ data.tar.gz: 2cf54af21ae1b666be6f2d97aab9b8ae65a15f82aba4ff8ecfd41845af8d4933
5
5
  SHA512:
6
- metadata.gz: b4171d031d8b2c164fb86d390a7891e6fac32e5a57842de157f451f155be12683a5218982847a9c7843cabc78d0f4643a799b81474b4d45df5747bb5a6dc898a
7
- data.tar.gz: b7a54df3b6bbde105a0aeb5903a3e210104166967089805126db1c4a9f360a423a86b7690516bec8423e887c55a3e881e37f0dd712beb41126c21862670d716d
6
+ metadata.gz: 3f2be7ebd89db7c7f0653f0aab8a8aeaaebad18aeebda29036d17355465603658e34b602872471a77291a50c3dece813d6b237e9de67d45341fbcd880e1384d1
7
+ data.tar.gz: 4f92009323040734baed356bd334c9aed743ddae0cf17b1d43d002895a0d7c4fbc169b31bf8d8050d45864899613fa33fa41a34725be335f9c6574bb026f5d84
@@ -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>
@@ -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
 
@@ -141,3 +153,21 @@
141
153
  }
142
154
  }
143
155
  }
156
+
157
+ .inverted .facts {
158
+
159
+ article {
160
+
161
+ .on.fact-intro p {
162
+ color: #ffffff !important;
163
+ }
164
+
165
+ .on.fact h3 {
166
+ color: #ffffff !important;
167
+ }
168
+
169
+ .on.fact-outro p {
170
+ color: #ffffff !important;
171
+ }
172
+ }
173
+ }
@@ -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.9
4
+ version: 0.8.14
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