@asd20/ui 3.2.364 → 3.2.365

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.364",
8
+ "version": "3.2.365",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -196,7 +196,7 @@ export default {
196
196
  h1 {
197
197
  position: relative;
198
198
  font-size: 32px !important;
199
- color: var(--website-header__title-color);
199
+ color: #ffffff !important;
200
200
  margin: space(3) space(1) space(1) space(1);
201
201
  z-index: 1;
202
202
  border-bottom: 5px solid var(--color__accent);
@@ -206,7 +206,7 @@ export default {
206
206
  &__lead {
207
207
  position: relative;
208
208
  z-index: 1;
209
- color: var(--website-header__foreground-color);
209
+ color: #f6f6f6 !important;
210
210
  @include asd20-font(1, var(--website-typography__font-family-body));
211
211
  margin: space(-0.5) space(2) space(1) space(1);
212
212
  a {