diff --git a/themes/default.scss b/themes/default.scss index 83a5190..b81b4e5 100644 --- a/themes/default.scss +++ b/themes/default.scss @@ -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);