@canopy-iiif/app 1.3.0 → 1.3.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -1,6 +1,6 @@
1
1
  code {
2
2
  font-family: var(--font-mono);
3
- font-size: 0.922em;
3
+ font-size: 0.9222rem;
4
4
  }
5
5
 
6
6
  hr {
@@ -11,8 +11,8 @@
11
11
  --hero-height: 520px;
12
12
  --hero-bg-start: var(--color-gray-50);
13
13
  --hero-bg-mid: var(--color-accent-100);
14
- --hero-bg-end: var(--color-accent-200);
15
- --hero-dot-bg: var(--color-accent-300);
14
+ --hero-bg-end: var(--color-accent-300);
15
+ --hero-dot-bg: var(--color-accent-400);
16
16
  --hero-dot-active-bg: var(--color-accent-700);
17
17
 
18
18
  background: linear-gradient(
@@ -137,8 +137,9 @@
137
137
  }
138
138
 
139
139
  .canopy-interstitial__description {
140
- font-size: 0.8333rem;
141
- color: var(--color-accent-800);
140
+ font-size: 0.9222rem;
141
+ font-weight: 700;
142
+ color: var(--color-accent-700);
142
143
  font-family: var(--font-mono);
143
144
  }
144
145
  }
@@ -77,7 +77,7 @@
77
77
  }
78
78
  code {
79
79
  font-family: var(--font-mono);
80
- font-size: 0.922em;
80
+ font-size: 0.9222rem;
81
81
  }
82
82
 
83
83
  hr {
@@ -869,8 +869,8 @@ section[data-footnotes] ul li,
869
869
  --hero-height: 520px;
870
870
  --hero-bg-start: var(--color-gray-50);
871
871
  --hero-bg-mid: var(--color-accent-100);
872
- --hero-bg-end: var(--color-accent-200);
873
- --hero-dot-bg: var(--color-accent-300);
872
+ --hero-bg-end: var(--color-accent-300);
873
+ --hero-dot-bg: var(--color-accent-400);
874
874
  --hero-dot-active-bg: var(--color-accent-700);
875
875
  background: linear-gradient(173deg, var(--hero-bg-start) 5rem, var(--hero-bg-mid) 61.8%, var(--hero-bg-end) 100%);
876
876
  min-height: var(--hero-height);
@@ -973,8 +973,9 @@ section[data-footnotes] ul li,
973
973
  padding: 1rem 1.618rem;
974
974
  }
975
975
  .canopy-interstitial--hero-breadcrumb .canopy-interstitial__description {
976
- font-size: 0.8333rem;
977
- color: var(--color-accent-800);
976
+ font-size: 0.9222rem;
977
+ font-weight: 700;
978
+ color: var(--color-accent-700);
978
979
  font-family: var(--font-mono);
979
980
  }
980
981
  .canopy-interstitial__breadcrumb {