@pramen/cms-editor 0.0.18 → 0.0.19
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.html +1 -1
- package/dist/{main.wxwhtpa4.js → main.gxsrrsct.js} +94 -93
- package/package.json +1 -1
- package/src/styles.ts +2 -1
package/package.json
CHANGED
package/src/styles.ts
CHANGED
|
@@ -12,9 +12,10 @@ export const css = `
|
|
|
12
12
|
--amber:#b8863b; --amber-bg:#f1e6cf;
|
|
13
13
|
--danger:#b04141; --danger-bg:#f5e2e2;
|
|
14
14
|
--radius:14px; --radius-sm:10px; --radius-pill:999px;
|
|
15
|
-
--serif:"Iowan Old Style","Palatino",Georgia,"Times New Roman",serif;
|
|
16
15
|
--mono:ui-monospace,"SF Mono","JetBrains Mono","Menlo",monospace;
|
|
17
16
|
--sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
|
|
17
|
+
/* Display face — system font for now (no serif). Swap in a brand font here later. */
|
|
18
|
+
--serif:var(--sans);
|
|
18
19
|
}
|
|
19
20
|
* { box-sizing:border-box; }
|
|
20
21
|
html,body { margin:0; height:100%; }
|