diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e1c67..c8412b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.0.8: 2024-12-08 + +* Make sure embed has a background color + ### 2.0.7: 2024-12-07 * Fix incorrect class issue: Regression with the top bar being fully transparent diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index 53784f6..26f05d4 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 2.0.7 */ + 2.0.8 */ /* CSS variables */ :root { diff --git a/layout-single-column.css b/layout-single-column.css index 88bf12d..5b8abaa 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 2.0.7 */ + 2.0.8 */ /* CSS variables */ :root { @@ -4282,9 +4282,10 @@ body .compose-form .compose-form__uploads { /* Embeds outside Mastodon */ body.embed { + /* stylelint-disable-next-line */ + background-color: var(--color-bg) !important; /* Make sure with !important */ /* stylelint-disable-next-line */ - background: transparent !important; border: 0; } diff --git a/package.json b/package.json index 6c4f144..2f1b97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-bird-ui", - "version": "2.0.7", + "version": "2.0.8", "description": "", "main": "index.js", "scripts": {