@internetstiftelsen/styleguide 2.21.30 → 2.21.31-beta.0.1
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
|
@@ -251,12 +251,13 @@
|
|
|
251
251
|
|
|
252
252
|
&:hover,
|
|
253
253
|
&:focus {
|
|
254
|
-
color: $color-sandstone
|
|
254
|
+
color: darken($color-sandstone, 12%);
|
|
255
|
+
text-shadow: none;
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
@include e(text) {
|
|
258
|
-
color: $color-
|
|
259
|
-
text-shadow: 0 0 rhythm(
|
|
259
|
+
color: $color-snow;
|
|
260
|
+
text-shadow: 0 0 rhythm(2) $color-sandstone-dark;
|
|
260
261
|
}
|
|
261
262
|
|
|
262
263
|
@include e(icon) {
|
|
@@ -322,11 +323,13 @@
|
|
|
322
323
|
|
|
323
324
|
&:hover,
|
|
324
325
|
&:focus {
|
|
325
|
-
color: $color-jade
|
|
326
|
+
color: darken($color-jade, 10%);
|
|
327
|
+
text-shadow: none;
|
|
326
328
|
}
|
|
327
329
|
|
|
328
330
|
@include e(text) {
|
|
329
|
-
color: $color-
|
|
331
|
+
color: $color-snow;
|
|
332
|
+
text-shadow: 0 0 rhythm(2) $color-jade-dark;
|
|
330
333
|
}
|
|
331
334
|
|
|
332
335
|
@include e(icon) {
|