@oxide/design-system 6.5.2 → 6.5.3

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/dist/asciidoc.css CHANGED
@@ -158,7 +158,6 @@
158
158
  /* --- Lists --- */
159
159
  ul,
160
160
  ol {
161
- @apply text-mono-sm;
162
161
  margin-bottom: 0.75rem;
163
162
  list-style-position: inside;
164
163
 
@@ -206,6 +205,10 @@
206
205
  ul li,
207
206
  ol li {
208
207
  margin-top: 0.325rem;
208
+
209
+ &::marker {
210
+ @apply text-mono-sm;
211
+ }
209
212
  }
210
213
 
211
214
  li::marker {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "6.5.2",
3
+ "version": "6.5.3",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,