feat: support codeblock

This commit is contained in:
Anthony Fu 2022-11-24 11:42:03 +08:00
parent 4885b165df
commit 0a8841f4f4
13 changed files with 201 additions and 52 deletions

View file

@ -4,6 +4,7 @@
--c-border: #88888820;
--c-bg-base: #fff;
--c-bg-active: #f6f6f6;
--c-bg-code: #00000006;
--c-text-base: #222;
--c-text-secondary: #888;
}
@ -11,5 +12,6 @@
.dark {
--c-bg-base: #111;
--c-bg-active: #151515;
--c-bg-code: #ffffff06;
--c-text-base: #fff;
}