jekyll-theme-consulting 0.11.17 → 0.11.18

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: 83cb7733263ea438add3f0caf0f854e0022fe6ea8300f348d34f0619a257d571
4
- data.tar.gz: cbcf062d0e8ba1e4ba03081d08bd566bc5e03399548bbbefeae75e3b06948391
3
+ metadata.gz: f1fa1eea81bfad758a978cde0c0aad9e0b61b18918145c4e40608f38acd31886
4
+ data.tar.gz: 74aeaa7703b4a5d1c8bd1ab141c4c8c7b647b386e4af6e06b1c692472eeaa4ef
5
5
  SHA512:
6
- metadata.gz: f754fd5be24c6235e93a2ace94e98572390d161f3806731360c038d069597dbfeb7ebf6d262f89b4f0488e5168a42ed9c36d57ccd5553a1b81f0093e2fccea38
7
- data.tar.gz: 7cbc3109fb1e481f42492cac12bc8496b0e7a58571c1ad6ee6b51b5589e1fd6d6a79ffaa6a17385593d358d62857f2fc287e8e9c2a45a6f263ef66ebb6e81b67
6
+ metadata.gz: 5f545e6fa5c4ea75a0646e6f02722ecdb55a402f10fe4856996d31c9ea28ece5067ba37a160ae307486b33954f94e0696386d18fe3bb34c48a60f016391e01b7
7
+ data.tar.gz: 8fb082b4d51e43f80e4296af32cd99aa114be2d4c499ae8479075526e41df7ff24331e94358af88bd5693fa36840847608572261b3e71346856f9dc4ba706652
@@ -30,9 +30,9 @@
30
30
  border-radius: 0.5rem;
31
31
  border: 0;
32
32
  display: block;
33
- overflox: hidden;
33
+ overflow: hidden;
34
34
 
35
- background-color: _palette(accent-light) !important;
35
+ background-color: rgba(0,55,88,0.75) !important;
36
36
 
37
37
  h3, p {
38
38
  width: 100%;
@@ -41,7 +41,7 @@
41
41
  }
42
42
 
43
43
  h3, .icon, p {
44
- color: _palette(fg);
44
+ color: _palette(bg) !important;
45
45
  }
46
46
 
47
47
  h3, .icon {
@@ -70,10 +70,6 @@
70
70
  }
71
71
 
72
72
  .tile-container:hover, .tile-container:active {
73
- .icon {
74
- color: _palette(accent-cp) !important;
75
- }
76
-
77
73
  .tile {
78
74
  top: 0;
79
75
  left: 0;
@@ -101,13 +97,21 @@
101
97
  /* Inverted */
102
98
 
103
99
  .inverted .tileset .tile-container {
104
- .tile h3, .tile p {
105
- color: _palette(fg-inverted);
106
- }
107
- }
100
+ .tile {
101
+ background-color: rgba(0,100,140,0.3) !important;
108
102
 
109
- .inverted .tileset .tile-container:hover {
110
- .tile h3, .tile p {
111
- color: _palette(accent-cp) !important;
112
- }
103
+ h3, p, icon {
104
+ color: _palette(bg) !important;
105
+ }
106
+ }
113
107
  }
108
+
109
+ .inverted .tileset .tile-container:hover, .inverted .tileset .tile-container:active {
110
+ .tile {
111
+ background-color: _palette(accent) !important;
112
+
113
+ h3, p, icon {
114
+ color: _palette(accent-cp) !important;
115
+ }
116
+ }
117
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.17
4
+ version: 0.11.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apehex