my blog https://overreacted.io

fix highlight

+9
+9
app/[slug]/markdown.css
··· 75 75 @apply mb-8; 76 76 max-width: 100%; 77 77 } 78 + 79 + .markdown pre [data-highlighted-line] { 80 + margin-left: -16px; 81 + padding-left: 12px; 82 + border-left: 4px solid #ffa7c4; 83 + background-color: #022a4b; 84 + display: block; 85 + padding-right: 1em; 86 + }