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

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": "jobdone-shared-files",
3
- "version": "0.0.1-beta.62",
3
+ "version": "0.0.1-beta.63",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -887,8 +887,9 @@ a.navbar-line-item{
887
887
 
888
888
 
889
889
  .navbar[data-bs-theme="dark"]{
890
+ --dark-theme-primary: #bec9ff;
890
891
  .navbar-line-item.dropdown:not(.active) .dropdown-link{
891
- color: lighten($primary, 15%);
892
+ color: var(--dark-theme-primary);
892
893
  }
893
894
  .navbar-nav .show > .nav-link, .navbar-nav .nav-link.active{
894
895
  &, a{
@@ -896,7 +897,7 @@ a.navbar-line-item{
896
897
  }
897
898
  }
898
899
  .navbar-line-item:before{
899
- border-bottom-color: lighten($primary, 15%);
900
+ border-bottom-color: var(--dark-theme-primary);
900
901
  }
901
902
  .navbar-line-item.dropdown:not(.active) .dropdown-link,
902
903
  .navbar-line-item:before{