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: 1957aa5f25ef5c71f99cdb4c05b1b09ce5d16ce0d5fa30449b763c76caa0e83b
4
- data.tar.gz: 1f922041332b13dc33fb3b468476d9a5f953683975adbf7f62d177d0799a1eae
3
+ metadata.gz: 572b59e7b884de579f19849b8a0305943cc0b7962b5aa8fa8a6b7a1c4baa31f5
4
+ data.tar.gz: 90daf521e24c5b9b633b96ef6cd000eb82d4f6d54c235148979fa1d779b5f967
5
5
  SHA512:
6
- metadata.gz: 3e5d659a4bbafc1c55178b0d7be7c44ddbcb6a23432b535b7513e3e3c91f9eb39efd9b010534f7ee28aae585508808cb4f1e3999a414c0fe84b6bf6ab9b2feb6
7
- data.tar.gz: 428df3ed3f091b4842d68c291c7dbec732572026fc9f9adb00d0a2d043e183aa5c9cc836dbe02ea482760fb9e156cfffc43d3d5070b59675f589065d8358f6e9
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: transparentize(_palette(accent), 0.95);
33
+ background-color: _palette(accent);
34
+ color: _palette(accent-cp) !important;
34
35
  }
35
36
 
36
37
  &:active {
37
- background-color: transparentize(_palette(accent), 0.85);
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: lighten(_palette(accent), 3);
68
+ background-color: _palette(accent-cp);
69
+ color: _palette(accent) !important;
67
70
  }
68
71
 
69
72
  &:active {
70
- background-color: darken(_palette(accent), 3);
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 .content p {
128
- color: _palette(fg-inverted);
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
  }
@@ -65,7 +65,7 @@
65
65
 
66
66
  .horizontal-tabset > label:hover,
67
67
  .horizontal-tabset > input[type="radio"]:focus + label {
68
- color: _palette(accent);
68
+ color: _palette(accent) !important;
69
69
  }
70
70
 
71
71
  .horizontal-tabset > label:hover::after,
@@ -32,13 +32,21 @@ ul.pagination {
32
32
  color: _palette(bg) !important;
33
33
 
34
34
  &:hover {
35
- background-color: lighten(_palette(accent), 3);
35
+ background-color: _palette(accent-cp);
36
+ color: _palette(accent) !important;
36
37
  }
37
38
 
38
39
  &:active {
39
- background-color: darken(_palette(accent), 3);
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 {
@@ -74,7 +74,7 @@
74
74
 
75
75
  .vertical-tabset label:hover,
76
76
  .vertical-tabset input[type="radio"]:focus + label {
77
- color: _palette(accent);
77
+ color: _palette(accent) !important;
78
78
  }
79
79
 
80
80
  .vertical-tabset label:hover::after,
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.12
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-09 00:00:00.000000000 Z
11
+ date: 2021-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll