Releases: LekoArts/gatsby-themes
@lekoarts/[email protected]
Minor Changes
-
#644
4fccc44
Thanks @LekoArts! - feat(minimal-blog-core): SetbackgroundColor
in gatsby-remark-images totransparent
By default the plugin has
white
as abackgroundColor
. This is a problem for transparent images (PNG) that are viewed in the dark theme version of the site.
So as a sensible default I'll set this totransparent
now. If you relied on this being white and want to restore the old behavior, set themdx
option tofalse
for the theme, copy/paste the existinggatsby-plugin-mdx
config into your own site.For example, your
gatsby-config.js
then will look like this:module.exports = { // + Rest of your config plugins: [ // + rest of your plugins { resolve: `@lekoarts/gatsby-theme-minimal-blog`, options: { mdx: false // + rest of the options you want to set } }, { resolve: `gatsby-plugin-mdx`, options: { lessBabel: true, extensions: [`.mdx`, `.md`], gatsbyRemarkPlugins: [ { resolve: `gatsby-remark-images`, options: { maxWidth: 960, quality: 90, linkImagesToOriginal: false } } ], plugins: [ { resolve: `gatsby-remark-images`, options: { maxWidth: 960, quality: 90, linkImagesToOriginal: false } } ] } } ] };
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages -
Updated dependencies [
6d104cf
]:- @lekoarts/[email protected]
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages -
Updated dependencies [
6d104cf
]:- @lekoarts/[email protected]
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages -
Updated dependencies [
6d104cf
]:- @lekoarts/[email protected]
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages -
Updated dependencies [
6d104cf
]:- @lekoarts/[email protected]
@lekoarts/[email protected]
Patch Changes
-
#619
6d104cf
Thanks @renovate! - chore(deps): update packages