@internetstiftelsen/styleguide 2.22.3-beta.0.29 → 2.22.3-beta.0.31

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.22.3-beta.0.29",
3
+ "version": "2.22.3-beta.0.31",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -203,11 +203,10 @@ html:focus-within {
203
203
  h3,
204
204
  h4,
205
205
  p,
206
- a,
207
206
  li,
208
207
  dt,
209
208
  dd,
210
- :not(div) a {
209
+ :not(div a) {
211
210
  color: $color-snow;
212
211
  }
213
212