Skip to content

Commit

Permalink
🐛 Fix code block text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed May 20, 2021
1 parent 8fa1c4e commit b264e0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,563 deletions.
4 changes: 2 additions & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import '@/styles/notion.css'
import 'prismjs/themes/prism.css'
// import 'rc-dropdown/assets/index.css'
import 'react-notion-x/src/styles.css'
import 'katex/dist/katex.min.css'
import '@/styles/globals.css'
import '@/styles/notion.css'
import BLOG from '@/blog.config'
import dynamic from 'next/dynamic'
import { LocaleProvider } from '@/lib/locale'
Expand Down

0 comments on commit b264e0e

Please sign in to comment.