Change syntax highlighting theme

This commit is contained in:
Oliver Davies 2020-12-17 09:41:57 +00:00
parent ebd9903bf6
commit 2fb7b4cf44
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import 'alpinejs'
import 'focus-visible'
import 'highlight.js/styles/hybrid.css'
import 'highlight.js/styles/github.css'
import 'styles/tailwind.pcss'
import bash from 'highlight.js/lib/languages/bash'
import hljs from 'highlight.js/lib/core'

View file

@ -40,9 +40,9 @@ module.exports = {
marginTop: theme('spacing.8')
},
pre: {
backgroundColor: theme('colors.gray.750'),
backgroundColor: theme('colors.gray.150'),
borderRadius: '0',
color: theme('colors.gray.200'),
color: theme('colors.gray.800'),
padding: theme('spacing.4')
},
'code::before': false,