@asd20/ui 3.2.714 → 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.714",
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;