docs: concepts

This commit is contained in:
Bereket Engida
2024-09-22 15:53:47 +03:00
parent 829af5710e
commit 70d94d394b
18 changed files with 1197 additions and 235 deletions

View File

@@ -199,7 +199,10 @@ export default function Hero() {
code={code}
language={"javascript"}
theme={{
...themes.synthwave84,
...(theme.resolvedTheme === "dark"
? themes.synthwave84
: themes.oneLight),
plain: {
backgroundColor: "transparent",
},