diff --git a/pages/_app.tsx b/pages/_app.tsx index 091bf17918..013a1f9d1c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -11,13 +11,13 @@ import posthog from 'posthog-js' import 'prismjs/themes/prism-coy.css' // core styles shared by all of react-notion-x (required) import 'react-notion-x/src/styles.css' -import 'styles/global.css' +// import 'styles/global.css' // this might be better for dark mode // import 'prismjs/themes/prism-okaidia.css' // global style overrides for notion import 'styles/notion.css' // global style overrides for prism theme (optional) -import 'styles/prism-theme.css' +// import 'styles/prism-theme.css' import { bootstrap } from '@/lib/bootstrap-client' import {