added dark mode for reference

This commit is contained in:
Shahed Nasser
2022-04-22 15:33:49 +03:00
parent 5fbfa2a438
commit c1afef4641
26 changed files with 239 additions and 52 deletions
+1
View File
@@ -35,6 +35,7 @@ const Layout = ({ data, api, children }) => {
fontFamily: "body",
flexGrow: "1",
}}
className="layout-container"
>
<Sidebar data={data} api={api} />
<ContentBox>{children}</ContentBox>