feat: add separate stylesheet for prismjs code block theme

This commit is contained in:
Timothy Lin
2021-09-07 00:05:56 +08:00
parent 489a8c9c55
commit a30b452920
5 changed files with 129 additions and 57 deletions

View File

@ -1,4 +1,5 @@
import '@/css/tailwind.css'
import '@/css/prism.css'
import { ThemeProvider } from 'next-themes'
import Head from 'next/head'