@utrecht/component-library-css 1.0.0-alpha.551 → 1.0.0-alpha.552

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -4300,6 +4300,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
4300
4300
  text-decoration: none;
4301
4301
  }
4302
4302
 
4303
+ .utrecht-topnav__link--hover,
4303
4304
  .utrecht-topnav__link:hover {
4304
4305
  background-color: var(--utrecht-topnav-link-hover-background-color);
4305
4306
  color: var(--utrecht-topnav-link-color);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.551",
2
+ "version": "1.0.0-alpha.552",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "e60a8e1eec8698cd857dd4cf4d44444757e02deb"
29
+ "gitHead": "d99de0cf2b9299c8889439f3c9861efce9cb674d"
30
30
  }