@iris.interactive/handcook 2.7.2 → 2.7.3
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/README.md +1 -1
- package/package.json +1 -1
- package/public/styles/scss/_variables.scss +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Welcome to HandCook 👨🍳
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
[](#)
|
|
5
5
|
[](https://twitter.com/captain\_iris)
|
package/package.json
CHANGED
|
@@ -347,10 +347,10 @@ $brochure-form-field-color: var(--iris--brochure-form-field--color);
|
|
|
347
347
|
|
|
348
348
|
// Brochures single
|
|
349
349
|
$brochure-color: var(--iris--brochure--color);
|
|
350
|
-
$brochure-
|
|
351
|
-
$brochure-
|
|
352
|
-
$brochure-
|
|
353
|
-
$brochure-
|
|
350
|
+
$brochure-color-title: var(--iris--brochure--color-title, var(--iris--brochure-form--color));
|
|
351
|
+
$brochure-background-color: var(--iris--brochure--background-color);
|
|
352
|
+
$brochure-link-color: var(--iris--brochure--color-link);
|
|
353
|
+
$brochure-link-color-hover: var(--iris--brochure--color-link-hover);
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
// Alternative content
|