@oxide/design-system 6.5.3 → 6.5.4-canary.fb43c60

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
@@ -454,13 +454,12 @@
454
454
  pre .conum[data-value] {
455
455
  @apply text-mono-xs;
456
456
  position: relative;
457
- top: -0.125rem;
458
457
  display: inline-block;
459
458
  height: 1rem;
460
- min-width: 1rem;
459
+ padding: 0rem 0.125rem;
461
460
  color: var(--content-accent);
462
461
  background-color: var(--surface-accent-hover);
463
- border-radius: var(--radius-full);
462
+ border-radius: var(--radius-md);
464
463
  text-align: center;
465
464
  font-style: normal;
466
465