Change syntax highlighting theme
This commit is contained in:
parent
ebd9903bf6
commit
2fb7b4cf44
|
@ -1,6 +1,6 @@
|
||||||
import 'alpinejs'
|
import 'alpinejs'
|
||||||
import 'focus-visible'
|
import 'focus-visible'
|
||||||
import 'highlight.js/styles/hybrid.css'
|
import 'highlight.js/styles/github.css'
|
||||||
import 'styles/tailwind.pcss'
|
import 'styles/tailwind.pcss'
|
||||||
import bash from 'highlight.js/lib/languages/bash'
|
import bash from 'highlight.js/lib/languages/bash'
|
||||||
import hljs from 'highlight.js/lib/core'
|
import hljs from 'highlight.js/lib/core'
|
||||||
|
|
|
@ -40,9 +40,9 @@ module.exports = {
|
||||||
marginTop: theme('spacing.8')
|
marginTop: theme('spacing.8')
|
||||||
},
|
},
|
||||||
pre: {
|
pre: {
|
||||||
backgroundColor: theme('colors.gray.750'),
|
backgroundColor: theme('colors.gray.150'),
|
||||||
borderRadius: '0',
|
borderRadius: '0',
|
||||||
color: theme('colors.gray.200'),
|
color: theme('colors.gray.800'),
|
||||||
padding: theme('spacing.4')
|
padding: theme('spacing.4')
|
||||||
},
|
},
|
||||||
'code::before': false,
|
'code::before': false,
|
||||||
|
|
Loading…
Reference in a new issue