@asd20/ui 3.2.713 → 3.2.715

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.713",
8
+ "version": "3.2.715",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -239,7 +239,7 @@ export default {
239
239
  flex-grow: 1;
240
240
  a {
241
241
  font-size: 1rem;
242
- color: var(--color__secondary);
242
+ color: var(--color__secondary-s30);
243
243
  text-decoration: none;
244
244
  display: flex;
245
245
  padding: 0 space(1);
@@ -300,7 +300,7 @@ export default {
300
300
  a {
301
301
  // display: block;
302
302
  // padding: space(0.25) space(0.25);
303
- color: var(--website-footer__link-color);
303
+ color: var(--website-footer__title-color);
304
304
  flex-grow: 0;
305
305
  padding: 0;
306
306
  margin: 0 space(0.5) space(0.5) 0;
@@ -225,7 +225,7 @@ export default {
225
225
  .asd20-button {
226
226
  flex-grow: 1;
227
227
  max-width: 35vw;
228
- font-size: 0.875rem !important;
228
+ font-size: 1rem !important;
229
229
  background-color: var(
230
230
  --website-header__button-background-color,
231
231
  var(--color__accent)
@@ -234,7 +234,7 @@ export default {
234
234
  margin: space(0.5) 0 0;
235
235
  flex-grow: 1;
236
236
  max-width: 100%;
237
- font-size: 0.875rem !important;
237
+ font-size: 1rem !important;
238
238
  background-color: var(
239
239
  --website-header__button-background-color,
240
240
  var(--color__accent)