diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5a8b9a6..4120abe 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -60,6 +60,7 @@ const config: Config = { logo: { alt: "aelf", src: "img/Logo.aelf.svg", + srcDark: "img/Logo.aelf.white.svg", }, items: [ // @ts-expect-error diff --git a/static/img/Logo.aelf.white.svg b/static/img/Logo.aelf.white.svg new file mode 100644 index 0000000..904ed69 --- /dev/null +++ b/static/img/Logo.aelf.white.svg @@ -0,0 +1,27 @@ + + + \ No newline at end of file