@iris.interactive/handcook 2.8.7 → 2.8.8

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.
@@ -69,6 +69,15 @@ $breakpoint-small: 650px; // max-width
69
69
  $breakpoint-xsmall: 370px; // max-width
70
70
 
71
71
 
72
+ /* Appearance
73
+ / ================================================== */
74
+ $appearance-color: var(--iris--appearance--color);
75
+ $appearance-background-color: var(--iris--appearance--background-color);
76
+ $appearance-color-title: var(--iris--appearance--color-title);
77
+ $appearance-color-link: var(--iris--appearance--color-link);
78
+ $appearance-color-link-hover: var(--iris--appearance--color-hover);
79
+
80
+
72
81
  /* Global
73
82
  / ================================================== */
74
83
  $font-family: var(--iris--global--font-family);