Prevent images from being treated as text in markdown (#1119)

This commit is contained in:
Colby Newman
2023-05-06 07:25:04 -07:00
committed by GitHub
parent 22932241bd
commit 09ed76904b

View File

@@ -616,6 +616,7 @@
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {