feat: add dark theme support and increase contrast

This commit is contained in:
2026-03-08 22:59:31 +02:00
parent 945ddb2942
commit 9012ee7144
12 changed files with 150 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ export default function CodeBlock({
component="pre"
onScroll={onScroll}
sx={{
backgroundColor: "grey.100",
backgroundColor: "action.hover",
p: 2,
borderRadius: 1,
overflow: "auto",