mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-26 18:10:01 +00:00
Update code style
This commit is contained in:
parent
c8f247dcce
commit
0d7fb1561a
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export default defineConfig({
|
||||||
site: "https://jaster.xyz",
|
site: "https://jaster.xyz",
|
||||||
markdown: {
|
markdown: {
|
||||||
shikiConfig: {
|
shikiConfig: {
|
||||||
theme: "dracula",
|
theme: "solarized-dark",
|
||||||
wrap: false,
|
wrap: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,10 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix responsiveness issues with code blocks */
|
/* Fix responsiveness issues with code blocks */
|
||||||
|
.astro-code {
|
||||||
|
padding: 0.75rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.astro-code code {
|
.astro-code code {
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue