jekyll-theme-consulting 0.10.12 → 0.10.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 572b59e7b884de579f19849b8a0305943cc0b7962b5aa8fa8a6b7a1c4baa31f5
|
4
|
+
data.tar.gz: 90daf521e24c5b9b633b96ef6cd000eb82d4f6d54c235148979fa1d779b5f967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b018a250f28fef4cf67a9854d7a58e62708e5dd69dec9d0f5dda04d3a630f99419706d54065a2b766af8992804191c4d92bde4f082c3f3ca70e1ec75e8034e7
|
7
|
+
data.tar.gz: 2339fb2ca6c6d3a589dad5d06e3b4a5356e44222898bdc4719e2656f24af1bcaa4e7a1232913f57bc23a451e5a65a1558338fdd46d1372cdac8820483a41e8a1
|
@@ -30,11 +30,13 @@ button,
|
|
30
30
|
white-space: nowrap;
|
31
31
|
|
32
32
|
&:hover {
|
33
|
-
background-color:
|
33
|
+
background-color: _palette(accent);
|
34
|
+
color: _palette(accent-cp) !important;
|
34
35
|
}
|
35
36
|
|
36
37
|
&:active {
|
37
|
-
background-color:
|
38
|
+
background-color: _palette(accent);
|
39
|
+
color: _palette(accent-cp) !important;
|
38
40
|
}
|
39
41
|
|
40
42
|
&.icon {
|
@@ -63,11 +65,13 @@ button,
|
|
63
65
|
color: _palette(bg) !important;
|
64
66
|
|
65
67
|
&:hover {
|
66
|
-
background-color:
|
68
|
+
background-color: _palette(accent-cp);
|
69
|
+
color: _palette(accent) !important;
|
67
70
|
}
|
68
71
|
|
69
72
|
&:active {
|
70
|
-
background-color:
|
73
|
+
background-color: _palette(accent-cp);
|
74
|
+
color: _palette(accent) !important;
|
71
75
|
}
|
72
76
|
}
|
73
77
|
|
@@ -112,7 +112,7 @@
|
|
112
112
|
color: _palette(accent-cp) !important;
|
113
113
|
}
|
114
114
|
|
115
|
-
.content h3 {
|
115
|
+
.content h3, .content p {
|
116
116
|
color: _palette(accent) !important;
|
117
117
|
}
|
118
118
|
|
@@ -124,6 +124,14 @@
|
|
124
124
|
|
125
125
|
/* Inverted */
|
126
126
|
|
127
|
-
.inverted .features article
|
128
|
-
|
127
|
+
.inverted .features article {
|
128
|
+
.content h3, .content p {
|
129
|
+
color: _palette(fg-inverted);
|
130
|
+
}
|
131
|
+
}
|
132
|
+
|
133
|
+
.inverted .features article:hover {
|
134
|
+
.content h3, .content p {
|
135
|
+
color: _palette(accent-cp) !important;
|
136
|
+
}
|
129
137
|
}
|
@@ -32,13 +32,21 @@ ul.pagination {
|
|
32
32
|
color: _palette(bg) !important;
|
33
33
|
|
34
34
|
&:hover {
|
35
|
-
background-color:
|
35
|
+
background-color: _palette(accent-cp);
|
36
|
+
color: _palette(accent) !important;
|
36
37
|
}
|
37
38
|
|
38
39
|
&:active {
|
39
|
-
background-color:
|
40
|
+
background-color: _palette(accent-cp);
|
41
|
+
color: _palette(accent) !important;
|
40
42
|
}
|
41
43
|
}
|
44
|
+
|
45
|
+
&:hover {
|
46
|
+
background-color: _palette(accent);
|
47
|
+
color: _palette(accent-cp) !important;
|
48
|
+
}
|
49
|
+
|
42
50
|
}
|
43
51
|
|
44
52
|
&:first-child {
|
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.10.
|
4
|
+
version: 0.10.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moodule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|