Ad a slight background to blockquote and changer the code colour scheme to be nicer

vielle.dev 33bd4c42 f59842f8

verified
Changed files
+9 -2
src
assets
components
+6
astro.config.mjs
··· 9 export default defineConfig({ 10 site: "https://vielle.dev", 11 12 integrations: [sitemap()], 13 14 adapter: node({
··· 9 export default defineConfig({ 10 site: "https://vielle.dev", 11 12 + markdown: { 13 + shikiConfig: { 14 + theme: "dracula-soft", 15 + }, 16 + }, 17 + 18 integrations: [sitemap()], 19 20 adapter: node({
src/assets/blockquote.png

This is a binary file and will not be displayed.

+3 -2
src/components/markdown.css
··· 52 53 blockquote { 54 margin-left: 10px; 55 - padding-left: 10px; 56 - border-image: url(../assets/vr.png) 5 / 0 0 0 5px round; 57 } 58 59 hr {
··· 52 53 blockquote { 54 margin-left: 10px; 55 + padding-inline: 15px; 56 + padding-block: 5px; 57 + border-image: url(../assets/blockquote.png) 5 5 fill / 5px round; 58 } 59 60 hr {