radiant-docs 0.1.43 → 0.1.45
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/package.json
CHANGED
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
|
|
315
315
|
/* Code single-line styling */
|
|
316
316
|
:is(.prose, .prose-rules) :not(pre) > code {
|
|
317
|
-
@apply px-1
|
|
317
|
+
@apply px-1.5 bg-neutral-100/80 text-neutral-700/90 rounded-sm leading-none font-mono font-normal border border-neutral-900/6 after:hidden before:hidden dark:bg-neutral-800/80 dark:text-neutral-200 dark:border-neutral-700/80;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
[data-rd-code-theme] [data-rd-token] {
|