From ac9b635ed855e3a9e0252f41d986d15db88794e3 Mon Sep 17 00:00:00 2001 From: Adam Simpson Date: Wed, 24 Sep 2025 10:49:40 -0400 Subject: [PATCH] app: add support for theme-color I use the "web app" version of yarr on my iPhone and the area around the notch/island is un-themed. Using [theme-color][1] we can control that color. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/theme-color --- src/assets/index.html | 1 + src/assets/javascripts/app.js | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/src/assets/index.html b/src/assets/index.html index 39b58f1..2ae35b1 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -8,6 +8,7 @@ +