🐞 fix: Update footer color for chrome tinting and adjust related tests for iOS compatibility
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-07-12 14:50:34 -05:00
parent c82e6187af
commit 2b0daaa699
3 changed files with 19 additions and 14 deletions
+5 -3
View File
@@ -28,8 +28,10 @@
* Colors:
* - HEADER_COLOR (#032F46) is the darker end of the .site-header
* gradient.
* - FOOTER_COLOR (#102C45) is the sRGB equivalent of the
* --color-cwc-blue-02 token used by .site-footer.
* - FOOTER_COLOR (#F26B53) is the orange of the .site-footer
* `border-bottom` (the secondary color token, --color-cwc-orange-01).
* The home indicator area tints to this so the chrome matches
* the last visible color when the footer is in view.
*
* "In view" = any pixel of the element overlaps the viewport.
*
@@ -38,7 +40,7 @@
*/
const HEADER_COLOR = '#032F46';
const FOOTER_COLOR = '#102C45';
const FOOTER_COLOR = '#F26B53';
const THEME_META_NAME = 'theme-color';
function ensureThemeColorMeta() {