@webnumseoagent/next 0.7.6 → 0.7.7
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/blog.tsx +6 -0
- package/dist/blog.js +6 -0
- package/package.json +1 -1
package/blog.tsx
CHANGED
|
@@ -62,6 +62,12 @@ const BODY_CSS = `.seoagent-blog-body{color:inherit}
|
|
|
62
62
|
.seoagent-blog-body h2{margin:1.75rem 0 .75rem;font-size:1.5rem;line-height:1.3}
|
|
63
63
|
.seoagent-blog-body h3{margin:1.4rem 0 .6rem;font-size:1.2rem}
|
|
64
64
|
.seoagent-blog-body p{margin:0 0 1rem}
|
|
65
|
+
.seoagent-blog-body ul{list-style:disc;margin:0 0 1rem;padding-left:1.6rem}
|
|
66
|
+
.seoagent-blog-body ol{list-style:decimal;margin:0 0 1rem;padding-left:1.6rem}
|
|
67
|
+
.seoagent-blog-body li{margin:.35rem 0}
|
|
68
|
+
.seoagent-blog-body li>ul,.seoagent-blog-body li>ol{margin:.35rem 0}
|
|
69
|
+
.seoagent-blog-body strong,.seoagent-blog-body b{font-weight:700}
|
|
70
|
+
.seoagent-blog-body em,.seoagent-blog-body i{font-style:italic}
|
|
65
71
|
.seoagent-blog-body a{color:var(--sa-accent,#2563eb)}
|
|
66
72
|
.seoagent-blog-body figure{margin:1.25rem 0}
|
|
67
73
|
.seoagent-blog-body figcaption{color:var(--sa-muted,#94a3b8);font-size:.85em;text-align:center;margin-top:.4rem}
|
package/dist/blog.js
CHANGED
|
@@ -80,6 +80,12 @@ const BODY_CSS = `.seoagent-blog-body{color:inherit}
|
|
|
80
80
|
.seoagent-blog-body h2{margin:1.75rem 0 .75rem;font-size:1.5rem;line-height:1.3}
|
|
81
81
|
.seoagent-blog-body h3{margin:1.4rem 0 .6rem;font-size:1.2rem}
|
|
82
82
|
.seoagent-blog-body p{margin:0 0 1rem}
|
|
83
|
+
.seoagent-blog-body ul{list-style:disc;margin:0 0 1rem;padding-left:1.6rem}
|
|
84
|
+
.seoagent-blog-body ol{list-style:decimal;margin:0 0 1rem;padding-left:1.6rem}
|
|
85
|
+
.seoagent-blog-body li{margin:.35rem 0}
|
|
86
|
+
.seoagent-blog-body li>ul,.seoagent-blog-body li>ol{margin:.35rem 0}
|
|
87
|
+
.seoagent-blog-body strong,.seoagent-blog-body b{font-weight:700}
|
|
88
|
+
.seoagent-blog-body em,.seoagent-blog-body i{font-style:italic}
|
|
83
89
|
.seoagent-blog-body a{color:var(--sa-accent,#2563eb)}
|
|
84
90
|
.seoagent-blog-body figure{margin:1.25rem 0}
|
|
85
91
|
.seoagent-blog-body figcaption{color:var(--sa-muted,#94a3b8);font-size:.85em;text-align:center;margin-top:.4rem}
|
package/package.json
CHANGED