Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

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

主题召集 #363

Closed
YangFong opened this issue Aug 29, 2024 · 3 comments
Closed

主题召集 #363

YangFong opened this issue Aug 29, 2024 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@YangFong
Copy link
Member

我们最近新加入了一个功能:主题。也就是样式预设,使用者可以通过选择,快速切换一套方案。

当前,除了以往的「经典」主题之外,我们已加入了一套「优雅」主题,它的样式风格,能够吸引不少人的眼光。

现在,我们公开召集主题样式,使用者们可以分享自己的主题,对于其中有特色的主题,我们会将其作为一套预设方案,提供给所有人选择,如:

image

@YangFong
Copy link
Member Author

可以直接在该 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 {
}

@YangFong YangFong pinned this issue Aug 29, 2024
@yanglbme yanglbme added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 10, 2024
@mybolide
Copy link

似乎有点问题,code代码在pre里,pre标签的样式无法覆盖,是否可以添加对pre样式修改的支持

@YangFong
Copy link
Member Author

@mybolide 这是一个疏漏,我已进行了调整,可见 #403

@doocs doocs locked and limited conversation to collaborators Sep 25, 2024
@yanglbme yanglbme converted this issue into discussion #426 Sep 25, 2024
@yanglbme yanglbme unpinned this issue Sep 26, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants