@oxide/design-system 1.7.4 → 1.7.5--canary.c2c34ee.0

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.
@@ -643,11 +643,6 @@
643
643
  @apply bg-raise p-4 rounded-lg my-8 px-6 py-5;
644
644
  }
645
645
 
646
- /* Boosting body text for long text readability */
647
- .asciidoc-body p {
648
- color: #c8cacb;
649
- }
650
-
651
646
  @media print {
652
647
  html {
653
648
  font-size: 14px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.7.4",
3
+ "version": "1.7.5--canary.c2c34ee.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,