Skip to content

Commit

Permalink
Make image transparent in default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 8, 2024
1 parent fd631a0 commit 062a779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ hr {
padding-top: 0.25em;
}

img {
background-color: transparent;
}

pre {
/* stylelint-disable-next-line custom-property-pattern */
border: 1px solid var(--borderColor-default);
Expand Down

0 comments on commit 062a779

Please sign in to comment.