@asd20/ui 3.2.926 → 3.2.927

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.926",
8
+ "version": "3.2.927",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -105,6 +105,7 @@ export default {
105
105
  background: var(--website-homepage-header__background-color)
106
106
  var(--website-homepage-header__background-style);
107
107
  background-size: cover;
108
+ background-color: var(--website-homepage-header__background-color);
108
109
 
109
110
  color: var(--color__primary);
110
111
  padding: space(3) space(1) space(3) space(1);
@@ -110,7 +110,7 @@ export default {
110
110
  flex-shrink: 0;
111
111
  flex-direction: column;
112
112
  box-sizing: border-box;
113
- background: rgba(0, 0, 0, 0.01);
113
+ // background: rgba(0, 0, 0, 0.01);
114
114
 
115
115
  &::before {
116
116
  content: '';
@@ -204,6 +204,7 @@ export default {
204
204
 
205
205
  &__content {
206
206
  margin-top: space(2);
207
+ background: var(--website-header__background-color);
207
208
  }
208
209
 
209
210
  &__lead {