Skip to content

Commit 23e8eb9

Browse files
feat: dark-mode
1 parent adf841a commit 23e8eb9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

apps/web/components/NotionRenderer.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ export const NotionRenderer = ({ recordMap }: { recordMap: any }) => {
1313
<style>
1414
{`
1515
.notion-app {
16-
background: #111827;
17-
}
16+
background: #f4f4f5;
17+
color: #000000
18+
}
19+
.dark-mode {
20+
background: #111827;
21+
color: #ffffff
22+
}
1823
.notion-title{
1924
font-family: open-montserrat;
2025
font-size: xxx-large;

0 commit comments

Comments
 (0)