Skip to content

Commit

Permalink
feat: add <red> tag style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 9, 2022
1 parent 04e6e16 commit b2aabe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/quickreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const school = <div>学校</div>;
:- | -
:- | -
`<yel>` | <yel>黄色</yel>
`<red>` | <yel>红色</yel>
`<pur>` | <pur>紫色</pur>
`<code>` 或 <code>\`\`</code> | <code>绿</code>``
`<del>``~~删除~~` | <del>~~红色~~</del>
Expand Down
3 changes: 3 additions & 0 deletions scripts/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ menu {
yel {
color: var(--color-prettylights-syntax-variable);
}
red {
color: var(--color-danger-fg);
}
pur {
color: var(--color-prettylights-syntax-entity);
}
Expand Down

0 comments on commit b2aabe4

Please sign in to comment.