Skip to content

主题召集 #426

Answered by YangFong
YangFong asked this question in Ideas
Discussion options

You must be logged in to vote

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

Replies: 3 comments

Comment options

YangFong
Aug 29, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by yanglbme
Comment options

You must be logged in to vote
0 replies
Comment options

YangFong
Sep 14, 2024
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #363 on September 25, 2024 06:10.