@internetstiftelsen/styleguide 5.0.3 → 5.0.5
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/dist/assets/js/track.js
CHANGED
package/package.json
CHANGED
package/src/assets/js/track.js
CHANGED
|
@@ -354,8 +354,7 @@
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
@include bem.e(text) {
|
|
357
|
-
color: colors.$color-
|
|
358
|
-
text-shadow: 0 0 func.rhythm(2) colors.$color-jade-dark;
|
|
357
|
+
color: colors.$color-cyberspace;
|
|
359
358
|
}
|
|
360
359
|
|
|
361
360
|
@include bem.e(icon) {
|
|
@@ -451,7 +450,7 @@
|
|
|
451
450
|
|
|
452
451
|
@include bem.e(text) {
|
|
453
452
|
color: colors.$color-snow;
|
|
454
|
-
text-shadow: 0 0 func.rhythm(
|
|
453
|
+
text-shadow: 0 0 func.rhythm(1) colors.$color-peacock-dark;
|
|
455
454
|
}
|
|
456
455
|
|
|
457
456
|
@include bem.e(icon) {
|