site: add mobile support
This commit is contained in:
committed by
Johannes Kirschbauer
parent
cbe7e27f91
commit
8030b64cdb
@@ -38,8 +38,8 @@ export default function (): PluginOption {
|
||||
.use(remarkRehype)
|
||||
.use(rehypeShiki, {
|
||||
themes: {
|
||||
light: "nord",
|
||||
dark: "nord",
|
||||
light: "catppuccin-latte",
|
||||
dark: "catppuccin-macchiato",
|
||||
},
|
||||
transformers: [
|
||||
transformerNotationDiff({
|
||||
|
||||
Reference in New Issue
Block a user