We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我们最近新加入了一个功能:主题。也就是样式预设,使用者可以通过选择,快速切换一套方案。
当前,除了以往的「经典」主题之外,我们已加入了一套「优雅」主题,它的样式风格,能够吸引不少人的眼光。
现在,我们公开召集主题样式,使用者们可以分享自己的主题,对于其中有特色的主题,我们会将其作为一套预设方案,提供给所有人选择,如:
The text was updated successfully, but these errors were encountered:
可以直接在该 issue 下留言分享,将「自定义CSS」中的内容发出,比如我这套「红红火火」:
/* 按Ctrl/Command+F可格式化 */ /* 一级标题样式 */ h1 { color: red; } /* 二级标题样式 */ h2 { color: red; } /* 三级标题样式 */ h3 { color: red; } /* 四级标题样式 */ h4 { color: red; } /* 图片样式 */ image { } /* 引用样式 */ blockquote { } /* 引用段落样式 */ blockquote_p { } /* 段落样式 */ p { } /* 分割线样式 */ hr { } /* 行内代码样式 */ codespan { } /* 粗体样式 */ strong { } /* 链接样式 */ link { } /* 微信链接样式 */ wx_link { } /* 有序列表样式 */ ol { } /* 无序列表样式 */ ul { } /* 列表项样式 */ li { } /* 代码块样式 */ code { }
Sorry, something went wrong.
似乎有点问题,code代码在pre里,pre标签的样式无法覆盖,是否可以添加对pre样式修改的支持
@mybolide 这是一个疏漏,我已进行了调整,可见 #403
No branches or pull requests
我们最近新加入了一个功能:主题。也就是样式预设,使用者可以通过选择,快速切换一套方案。
当前,除了以往的「经典」主题之外,我们已加入了一套「优雅」主题,它的样式风格,能够吸引不少人的眼光。
现在,我们公开召集主题样式,使用者们可以分享自己的主题,对于其中有特色的主题,我们会将其作为一套预设方案,提供给所有人选择,如:
The text was updated successfully, but these errors were encountered: