@angelscmf/front 1.0.19 → 1.0.20

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": "@angelscmf/front",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -125,7 +125,7 @@
125
125
 
126
126
  h1,
127
127
  h1.a-h1 {
128
- color: var(--a-header1-color, --a-headers-color);
128
+ color: var(--a-header1-color, var(--a-headers-color));
129
129
  font-size: var(--a-header1-size);
130
130
  margin: var(--a-header1-margin);
131
131
  padding: 0;
@@ -139,7 +139,7 @@
139
139
 
140
140
  h2,
141
141
  h2.a-h2 {
142
- color: var(--a-header2-color, --a-headers-color);
142
+ color: var(--a-header2-color, var(--a-headers-color));
143
143
  font-size: var(--a-header2-size);
144
144
  font-weight: normal;
145
145
  letter-spacing: 2px;
@@ -155,7 +155,7 @@
155
155
 
156
156
  h3,
157
157
  h3.a-h3 {
158
- color: var(--a-header3-color, --a-headers-color);
158
+ color: var(--a-header3-color, var(--a-headers-color));
159
159
  font-size: var(--a-header3-size);
160
160
  font-weight: normal;
161
161
  letter-spacing: 2px;