mod-base 1.0.35-beta.1 → 1.0.36

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.36
4
+
5
+ - Updating the dark-mode duplicate submission styles do not override the button color
6
+
7
+ ## 1.0.35
8
+
9
+ - Add water treatment stroke icon
10
+
3
11
  ## 1.0.34
4
12
 
5
13
  - Adding insulation icon + other missing stroke icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.35-beta.1",
3
+ "version": "1.0.36",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -531,7 +531,8 @@ $contact-us-blue-light: #8498E7;
531
531
  background-color: $background-color !important;
532
532
  color: $text-color !important;
533
533
 
534
- & * {
534
+ h3,
535
+ p {
535
536
  color: $text-color !important;
536
537
  }
537
538
  }