diff --git a/web/themes/custom/opdavies/assets/js/app.js b/web/themes/custom/opdavies/assets/js/app.js index 9270b20..d61a2d9 100644 --- a/web/themes/custom/opdavies/assets/js/app.js +++ b/web/themes/custom/opdavies/assets/js/app.js @@ -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' diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 4558f4b..3b867eb 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -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,