Update code style

This commit is contained in:
JasterV 2025-06-05 22:53:21 +02:00
parent c8f247dcce
commit 0d7fb1561a
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ export default defineConfig({
site: "https://jaster.xyz",
markdown: {
shikiConfig: {
theme: "dracula",
theme: "solarized-dark",
wrap: false,
},
},

View file

@ -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;