Compare commits
1 Commits
4364290f50
...
0329610845
Author | SHA1 | Date | |
---|---|---|---|
0329610845 |
@ -1,6 +1,4 @@
|
||||
import MarkdownIt from "markdown-it";
|
||||
import StateCore from "markdown-it/lib/rules_core/state_core";
|
||||
import MarkdownItAnchor from "markdown-it-anchor";
|
||||
import slugify from "@sindresorhus/slugify";
|
||||
import * as util from "./util";
|
||||
|
||||
|
@ -98,6 +98,7 @@ article {
|
||||
content: "#";
|
||||
font-family: $monospace;
|
||||
color: var(--accent-color);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
> a {
|
||||
@ -134,6 +135,7 @@ article {
|
||||
.header-anchor {
|
||||
font-family: $monospace;
|
||||
color: var(--accent-color);
|
||||
user-select: none;
|
||||
|
||||
&::before, &::after { content: ""; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user