luna-one 3.1.539 → 3.1.540

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.
@@ -773,11 +773,29 @@
773
773
  }
774
774
  }
775
775
 
776
- .luna-2x2__content-quadrant--dark-navy, .luna-2x2__content-quadrant--trimble-blue, .luna-2x2__content-quadrant--trimble-dark-gray {
777
- h1, h2, h3, h4, h5, h6, p, li, ul, ol, a, i, b {
776
+ .luna-2x2__content-quadrant--dark-navy,
777
+ .luna-2x2__content-quadrant--trimble-blue,
778
+ .luna-2x2__content-quadrant--trimble-dark-gray {
779
+ h1,
780
+ h2,
781
+ h3,
782
+ h4,
783
+ h5,
784
+ h6,
785
+ p,
786
+ li,
787
+ ul,
788
+ ol,
789
+ a,
790
+ i,
791
+ b {
778
792
  color: $white;
779
793
  }
780
794
 
795
+ p {
796
+ font-weight: 400 !important;
797
+ }
798
+
781
799
  .richtext-container a {
782
800
  font-weight: 400;
783
801
  transition: color 0.2s ease;
@@ -785,7 +803,7 @@
785
803
  position: relative;
786
804
  text-decoration: none !important;
787
805
  line-height: 1.2;
788
-
806
+
789
807
  &::before {
790
808
  content: "";
791
809
  display: block;
@@ -802,16 +820,33 @@
802
820
  }
803
821
 
804
822
  &:hover::before {
805
- border-bottom: 2px solid $dark-theme-link-list-underscore;
823
+ border-bottom: 2px solid $dark-theme-link-list-underscore !important;
806
824
  }
807
- }
825
+ }
808
826
  }
809
827
 
810
- .luna-2x2__content-quadrant--concrete-gray, .luna-2x2__content-quadrant--white {
811
- h1, h2, h3, h4, h5, h6, p, li, ul, ol, a, i, b {
828
+ .luna-2x2__content-quadrant--concrete-gray,
829
+ .luna-2x2__content-quadrant--white {
830
+ h1,
831
+ h2,
832
+ h3,
833
+ h4,
834
+ h5,
835
+ h6,
836
+ p,
837
+ li,
838
+ ul,
839
+ ol,
840
+ a,
841
+ i,
842
+ b {
812
843
  color: $trimble-dark-gray;
813
844
  }
814
845
 
846
+ p {
847
+ font-weight: 400 !important;
848
+ }
849
+
815
850
  .richtext-container a {
816
851
  font-weight: 400;
817
852
  transition: color 0.2s ease;
@@ -819,7 +854,7 @@
819
854
  position: relative;
820
855
  text-decoration: none !important;
821
856
  line-height: 1.2;
822
-
857
+
823
858
  &::before {
824
859
  content: "";
825
860
  display: block;
@@ -838,5 +873,5 @@
838
873
  &:hover::before {
839
874
  border-bottom: 2px solid $trimble-blue;
840
875
  }
841
- }
876
+ }
842
877
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.539",
3
+ "version": "3.1.540",
4
4
  "peerDependencies": {
5
5
  "react": "^17.0.2",
6
6
  "react-dom": "^17.0.2",