style tables and images etc

i dont understand border image ive decided

vielle.dev a3f3022d ce55c73d

verified
Changed files
+18 -1
src
components
+18 -1
src/components/markdown.css
··· 52 52 blockquote { 53 53 margin-left: 10px; 54 54 padding-left: 10px; 55 - border-image: url(../assets/vr.png) 0 5 fill / 0 0 0 5px round; 55 + border-image: url(../assets/vr.png) 5 / 0 0 0 5px round; 56 56 } 57 57 58 58 hr { ··· 93 93 input { 94 94 margin-inline-end: .5em; 95 95 } 96 + } 97 + } 98 + 99 + img, audio, video, iframe, svg { 100 + width: 100%; 101 + height: auto; 102 + } 103 + 104 + table { 105 + border-collapse: collapse; 106 + thead { 107 + background: #00000020; 108 + } 109 + 110 + th, td { 111 + padding: 5px; 112 + border: 1px solid #00000040 96 113 } 97 114 } 98 115 }