From 592d331b4b656fab61bd959b087c326ba4a60a5f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 18 Feb 2021 21:52:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 8f24517..2c8b02f 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -7,25 +7,25 @@ import 'react-notion-x/src/styles.css' // used for code syntax highlighting (optional) import 'prismjs/themes/prism-coy.css' -// this is better for dark mode +// this might be better for dark mode // import 'prismjs/themes/prism-okaidia.css' -// used for collection views (optional) +// used for collection views selector (optional) // TODO: re-add if we enable collection view dropdowns // import 'rc-dropdown/assets/index.css' // used for rendering equations (optional) // import 'katex/dist/katex.min.css' +// core styles for static tweet renderer (optional) +import 'react-static-tweets/styles.css' + // global style overrides for notion import 'styles/notion.css' -// global style overrides for prism theme +// global style overrides for prism theme (optional) import 'styles/prism-theme.css' -// core styles for static tweet renderer -import 'react-static-tweets/styles.css' - // here we're bringing in any languages we want to support for // syntax highlighting via Notion's Code block import 'prismjs'