We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fb8ad commit 5097430Copy full SHA for 5097430
.changeset/shiny-students-juggle.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": minor
3
4
+
5
+Remove background behind images in markdown-body
src/markdown/images.scss
@@ -8,7 +8,6 @@
8
// because we put padding on the images to hide header lines, and some people
9
// specify the width of their images in their markdown.
10
box-sizing: content-box;
11
- background-color: var(--bgColor-default, var(--color-canvas-default));
12
13
&[align='right'] {
14
// stylelint-disable-next-line primer/spacing
0 commit comments