@internetstiftelsen/styleguide 2.24.3 → 2.24.4

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.3",
3
+ "version": "2.24.4",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -4,6 +4,7 @@
4
4
  position: relative;
5
5
  width: 100%;
6
6
  overflow: hidden;
7
+ border-radius: $border-radius;
7
8
 
8
9
  > img {
9
10
  display: block;
@@ -190,22 +190,26 @@ html {
190
190
  padding-bottom: rhythm(8);
191
191
  }
192
192
 
193
- h1,
194
- h2,
195
- h3,
196
- h4,
197
- p,
198
- a,
199
- li {
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 {
200
203
  color: $color-snow;
201
204
  }
202
205
 
203
- p a,
204
- li a,
205
- h1 a,
206
- h2 a,
207
- h3 a,
208
- h4 a {
206
+ > p a,
207
+ > h1 a,
208
+ > h2 a,
209
+ > h3 a,
210
+ > h4 a,
211
+ > ul li a,
212
+ > ol li a {
209
213
  &:hover,
210
214
  &:focus {
211
215
  color: $color-cyberspace;