完善 mdx 文件处理,修复代码高亮问题

This commit is contained in:
2025-12-09 11:22:30 +08:00
parent bdb6264825
commit 5202f8190e
8 changed files with 105 additions and 73 deletions

View File

@@ -1,8 +1,9 @@
@import "tailwindcss";
@plugin "tailwindcss-animate";
@plugin "@tailwindcss/typography";
@import 'highlight.js/styles/a11y-dark.css';
:root {
--idle: oklch(1 0 0);
--idle-muted: oklch(0.965 0 0);
@@ -153,3 +154,8 @@
@apply font-normal;
}
}
pre code.hljs {
background: inherit;
padding: 0;
}