my blog https://overreacted.io

tweaks

Changed files
+11 -2
app
[slug]
+11 -2
app/[slug]/markdown.css
··· 13 13 margin-left: -1rem; 14 14 } 15 15 16 + @media (prefers-color-scheme: dark) { 17 + .markdown iframe { 18 + border-color: #444 !important; 19 + } 20 + } 21 + 16 22 @media (max-width: 672px) { 17 23 .markdown pre, 18 24 .markdown iframe { ··· 23 29 } 24 30 25 31 @media (max-width: 550px) { 26 - .markdown pre, 27 - .markdown iframe { 32 + .markdown pre { 28 33 border-radius: 0 !important; 34 + } 35 + .markdown iframe { 36 + border-left: none !important; 37 + border-right: none !important; 29 38 } 30 39 } 31 40