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 9 export default defineConfig({ 10 10 site: "https://vielle.dev", 11 11 12 + markdown: { 13 + shikiConfig: { 14 + theme: "dracula-soft", 15 + }, 16 + }, 17 + 12 18 integrations: [sitemap()], 13 19 14 20 adapter: node({
src/assets/blockquote.png

This is a binary file and will not be displayed.

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