@internetstiftelsen/styleguide 2.22.3-beta.0.30 → 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.30",
3
+ "version": "2.22.3-beta.0.31",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -206,7 +206,7 @@ html:focus-within {
206
206
  li,
207
207
  dt,
208
208
  dd,
209
- :not(div) a {
209
+ :not(div a) {
210
210
  color: $color-snow;
211
211
  }
212
212