jobdone-shared-files 0.0.1-beta.63 → 0.0.1-beta.64

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.
@@ -210,7 +210,7 @@
210
210
  }
211
211
 
212
212
  .text-project-title {
213
- color: lighten($primary, 8%);
213
+ color: var(--dark-theme-primary);
214
214
  }
215
215
 
216
216
  .navbar[data-bs-theme="dark"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "0.0.1-beta.63",
3
+ "version": "0.0.1-beta.64",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {