diff --git a/astro.config.mjs b/astro.config.mjs index b017e5e..a76e06c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,7 +8,7 @@ export default defineConfig({ site: "https://jaster.xyz", markdown: { shikiConfig: { - theme: "dracula", + theme: "solarized-dark", wrap: false, }, }, diff --git a/src/styles/global.scss b/src/styles/global.scss index c35e7a7..1e3d3ab 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -178,6 +178,10 @@ a:hover { } /* Fix responsiveness issues with code blocks */ +.astro-code { + padding: 0.75rem !important; +} + .astro-code code { display: block; width: 0;