@transfermarkt/global-styles 1.45.0 → 1.46.0

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": "@transfermarkt/global-styles",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "Shared styles and Global configuration for stylelint rules of the Transfermarkt projects",
5
5
  "author": "Transfermarkt",
6
6
  "license": "MIT",
@@ -160,6 +160,6 @@ $tm-colors: (
160
160
  'light-pink': #fff1f1,
161
161
  // voting
162
162
  'higher': #0f9,
163
- 'equal': #0087ff,
163
+ 'equal': #01aded,
164
164
  'lower': #ff2d76
165
165
  );