@iris.interactive/handcook 2.9.10 → 2.9.11
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 +2 -0
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
|
@@ -483,6 +483,8 @@ $roadtrip-topbar-background-color: var(--iris--roadtrip-topbar--background-color
|
|
|
483
483
|
$roadtrip-topbar-link-color: var(--iris--roadtrip-topbar--color-link);
|
|
484
484
|
$roadtrip-topbar-link-color-hover: var(--iris--roadtrip-topbar--color-link-hover);
|
|
485
485
|
|
|
486
|
+
// Topito
|
|
487
|
+
$topito-number-color: var(--iris--topito-number--color, var(--iris--icon--color));
|
|
486
488
|
|
|
487
489
|
/* Global SIT
|
|
488
490
|
/ ================================================== */
|