Skip to content

Commit 9800dea

Browse files
committed
v3.5.4
1 parent d16b91b commit 9800dea

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
All notable changes to the Pixel Banner plugin will be documented in this file.
44

55
## 🎉 What's New
6-
### v3.5.4 - 2025-05-??
6+
### v3.5.4 - 2025-05-27
77
#### 🐛 Fixed
88
- Resolve issue with not evaluating all defined custom field names for "banner" frontmatter
9+
- Revert aggresive css change impacting the background color of some theme variations and plugins
910

1011
### v3.5.3 - 2025-05-23
1112
#### ✨ Added

UPDATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
</a>
44

55
## 🎉 What's New
6-
### v3.5.4 - 2025-05-??
6+
### v3.5.4 - 2025-05-27
77
#### 🐛 Fixed
88
- Resolve issue with not evaluating all defined custom field names for "banner" frontmatter
9+
- Revert aggresive css change impacting the background color of some theme variations and plugins
910

1011
### v3.5.3 - 2025-05-23
1112
#### ✨ Added

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "pexels-banner",
33
"name": "Pixel Banner",
4-
"version": "3.5.3",
4+
"version": "3.5.4",
55
"minAppVersion": "1.6.0",
66
"description": "Enhance your notes with customizable banner images, including AI-generated designs and a curated store of downloadable banners. Transform your workspace with visually stunning headers that add context, improve aesthetics, and take your note-taking beyond the ordinary.",
77
"author": "Justin Parker (eQui\\\\ Labs)",

styles.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
/* add transition to banner image background position */
6666
transition: background-position 0.5s ease;
6767
}
68-
/* fix background color preventing banner from showing in reading mode for some themes */
69-
.markdown-reading-view,
70-
[class^=markdown-preview] {
71-
background-color: transparent !important;
72-
}
7368

7469
.markdown-embed-content .markdown-preview-view {
7570
min-height: var(--pixel-banner-embed-min-height, unset) !important;

0 commit comments

Comments
 (0)