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",
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
theme: "dracula",
|
||||
theme: "solarized-dark",
|
||||
wrap: false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue