Plugin information (please complete the following information):
- OS: macOS 15.7.1
- Templater version: 2.16.1
- Obsidian version: 1.10.0
- Templater settings: Not required for this
Describe the bug
The following javascript from the main.js files causes an issue where --bold-color: inherit; is overridden by a theme to be something else
function oe(n) {
let e = new Ji.Notice("", 8e3),
t = createFragment(r => {
r.createEl("b", {
text: "Templater Error"
Expected behavior
The error displays properly
Screenshots
N/A
Additional context
N/A