@internetstiftelsen/styleguide 2.24.4 → 2.24.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.24.4",
3
+ "version": "2.24.5",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -190,32 +190,55 @@ html {
190
190
  padding-bottom: rhythm(8);
191
191
  }
192
192
 
193
- > h1,
194
- > h2,
195
- > h3,
196
- > h4,
197
- > p,
198
- > a,
199
- > ul li,
200
- > ol li,
201
- > ul li a,
202
- > ol li a {
193
+ h1,
194
+ h2,
195
+ h3,
196
+ h4,
197
+ p,
198
+ a,
199
+ ul li,
200
+ ol li,
201
+ ul li a,
202
+ ol li a {
203
203
  color: $color-snow;
204
204
  }
205
205
 
206
- > p a,
207
- > h1 a,
208
- > h2 a,
209
- > h3 a,
210
- > h4 a,
211
- > ul li a,
212
- > ol li a {
206
+ p a,
207
+ h1 a,
208
+ h2 a,
209
+ h3 a,
210
+ h4 a,
211
+ ul li a,
212
+ ol li a {
213
213
  &:hover,
214
214
  &:focus {
215
215
  color: $color-cyberspace;
216
216
  }
217
217
  }
218
218
 
219
+ [class*=info-box] {
220
+ h1,
221
+ h2,
222
+ h3,
223
+ h4,
224
+ p,
225
+ a,
226
+ ul li,
227
+ ol li,
228
+ ul li a,
229
+ ol li a {
230
+ color: $color-cyberspace;
231
+ }
232
+
233
+ ul li a,
234
+ ol li a {
235
+ &:hover,
236
+ &:focus {
237
+ color: $color-cyberspace;
238
+ }
239
+ }
240
+ }
241
+
219
242
  a[data-scroll-ignore] {
220
243
  pointer-events: none;
221
244