Change syntax highlighting theme
This commit is contained in:
parent
ebd9903bf6
commit
2fb7b4cf44
|
@ -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'
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue