@internetstiftelsen/styleguide 2.22.3-beta.0.18 → 2.22.3-beta.0.19

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.18",
3
+ "version": "2.22.3-beta.0.19",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -181,6 +181,18 @@ html {
181
181
  color: $color-snow;
182
182
  }
183
183
 
184
+ p a,
185
+ li a,
186
+ h1 a,
187
+ h2 a,
188
+ h3 a,
189
+ h4 a {
190
+ &:hover,
191
+ &:focus {
192
+ color: $color-cyberspace;
193
+ }
194
+ }
195
+
184
196
  a[data-scroll-ignore] {
185
197
  pointer-events: none;
186
198