@internetstiftelsen/styleguide 2.22.3-beta.0.24 → 2.22.3-beta.0.25

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.24",
3
+ "version": "2.22.3-beta.0.25",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -191,12 +191,16 @@ html {
191
191
  h4,
192
192
  p,
193
193
  a,
194
- li {
194
+ li,
195
+ dt,
196
+ dd {
195
197
  color: $color-snow;
196
198
  }
197
199
 
198
200
  p a,
199
201
  li a,
202
+ dt a,
203
+ dd a,
200
204
  h1 a,
201
205
  h2 a,
202
206
  h3 a,