@evolution-james/evolution-theme-engine 1.1.0 → 1.1.1

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.
@@ -115,7 +115,7 @@
115
115
 
116
116
  --color-primary: #90caf9;
117
117
  --color-on-primary: #212529;
118
- --color-link: #a435f0;
118
+ --color-link: #4a90e2;
119
119
  --color-hover-bg: rgba(144, 202, 249, 0.08);
120
120
  --color-code-bg: #232b36;
121
121
  --color-code-text: #f8f9fa;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolution-james/evolution-theme-engine",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A plug-and-play React theme engine with CSS variable-based theming, localStorage persistence, and optional navbar component.",
5
5
  "keywords": [
6
6
  "react",
@@ -115,7 +115,7 @@
115
115
 
116
116
  --color-primary: #90caf9;
117
117
  --color-on-primary: #212529;
118
- --color-link: #a435f0;
118
+ --color-link: #4a90e2;
119
119
  --color-hover-bg: rgba(144, 202, 249, 0.08);
120
120
  --color-code-bg: #232b36;
121
121
  --color-code-text: #f8f9fa;