lyxdream_obsidian-wechat-ca.../styles.css
lyx 5f499ba165 feat: 初始提交微信公众号采集 Obsidian 插件
支持从公众号链接提取标题、正文与图片并保存为 Markdown,插件 ID 符合社区规范(wechat-capture)。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 17:31:07 +08:00

21 lines
482 B
CSS

.wechat-capture-modal .wechat-capture-hint {
color: var(--text-muted);
font-size: 0.9em;
margin-bottom: 12px;
}
.wechat-capture-modal .wechat-capture-input {
width: 100%;
padding: 8px 10px;
margin-bottom: 16px;
border-radius: 6px;
border: 1px solid var(--background-modifier-border);
background: var(--background-primary);
color: var(--text-normal);
}
.wechat-capture-modal .wechat-capture-btn-row {
display: flex;
gap: 8px;
justify-content: flex-end;
}