@oslokommune/punkt-css 12.40.0 → 12.40.2

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.
@@ -223,6 +223,7 @@ pkt-card {
223
223
 
224
224
  .pkt-card__wrapper .pkt-card__link:focus-visible::before {
225
225
  box-shadow: 0px 0px 0px 4px var(--pkt-color-brand-purple-1000);
226
+ outline-color: var(--pkt-color-brand-warm-blue-1000);
226
227
  }
227
228
 
228
229
  // SKIN VARIANTS FOR NO PADDING
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "12.40.0",
3
+ "version": "12.40.2",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -57,5 +57,5 @@
57
57
  "url": "https://github.com/oslokommune/punkt/issues"
58
58
  },
59
59
  "license": "MIT",
60
- "gitHead": "01a4a75820f2c854bd51a4fa590bedf37e2ce8ce"
60
+ "gitHead": "8abfa8016c57bbaebf21fe645687d35b1ee3c8f5"
61
61
  }