nested-markdown 0.0.8 → 0.0.9
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/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28426,8 +28426,8 @@ var NestedMarkdown = ({
|
|
|
28426
28426
|
"--nmd-muted": "#a0a0a0",
|
|
28427
28427
|
"--nmd-border": "#3e3e3e",
|
|
28428
28428
|
"--nmd-bg": "#1e1e1e",
|
|
28429
|
-
"--nmd-code-bg": "
|
|
28430
|
-
"--nmd-code-border": "
|
|
28429
|
+
"--nmd-code-bg": "rgba(255, 255, 255, 0.06)",
|
|
28430
|
+
"--nmd-code-border": "rgba(255, 255, 255, 0.18)",
|
|
28431
28431
|
"--nmd-quote-bg": "#252526",
|
|
28432
28432
|
"--nmd-link": "#3794ff",
|
|
28433
28433
|
"--nmd-link-hover": "#5ea6ff",
|
|
@@ -28445,8 +28445,8 @@ var NestedMarkdown = ({
|
|
|
28445
28445
|
"--nmd-muted": "#475569",
|
|
28446
28446
|
"--nmd-border": "rgba(15, 23, 42, 0.12)",
|
|
28447
28447
|
"--nmd-bg": "#ffffff",
|
|
28448
|
-
"--nmd-code-bg": "rgba(2, 6, 23, 0.
|
|
28449
|
-
"--nmd-code-border": "rgba(15, 23, 42, 0.
|
|
28448
|
+
"--nmd-code-bg": "rgba(2, 6, 23, 0.04)",
|
|
28449
|
+
"--nmd-code-border": "rgba(15, 23, 42, 0.10)",
|
|
28450
28450
|
"--nmd-quote-bg": "rgba(2, 6, 23, 0.04)",
|
|
28451
28451
|
"--nmd-link": "#2563eb",
|
|
28452
28452
|
"--nmd-link-hover": "#1d4ed8",
|
|
@@ -28548,7 +28548,7 @@ var NestedMarkdown = ({
|
|
|
28548
28548
|
padding: "0.857em 1.5em",
|
|
28549
28549
|
borderRadius: "0.714em",
|
|
28550
28550
|
border: "1px solid var(--nmd-code-border)",
|
|
28551
|
-
backgroundColor: "var(--nmd-bg)",
|
|
28551
|
+
backgroundColor: "var(--nmd-code-bg)",
|
|
28552
28552
|
overflowX: "auto",
|
|
28553
28553
|
fontSize: "0.9em",
|
|
28554
28554
|
lineHeight: "1.55",
|