@bobfrankston/rmfmail 1.1.71 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8282,7 +8282,7 @@ onWsEvent((event) => {
8282
8282
  const text = document.getElementById("alert-text");
8283
8283
  if (banner && text) {
8284
8284
  banner.hidden = false;
8285
- banner.style.background = "oklch(0.45 0.12 250)";
8285
+ banner.style.background = "oklch(0.52 0.14 150)";
8286
8286
  const restoreHtml = `${APP_NAME} ${event.latest} available (you have ${event.current}) \u2014 <button id="btn-do-update" style="background:none;border:1px solid #fff;color:#fff;padding:0.15em 0.5em;border-radius:3px;cursor:pointer;margin-left:0.5em">Update now</button>`;
8287
8287
  window.__mailxUpdateBannerHtml = restoreHtml;
8288
8288
  text.innerHTML = restoreHtml;