🐞 fix: Remove Chrome tint implementation
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-12 15:30:54 -05:00
parent 5bffd36ff8
commit 8c3284399e
5 changed files with 0 additions and 502 deletions
-5
View File
@@ -9,7 +9,6 @@ import tagExternalLinks from './modules/TagExternalLinks.js';
import Navigation from './modules/Navigation.js';
import initRecentPostsCarousels from './modules/RecentPostsCarousel.js';
import { initContactInfoMap } from './modules/ContactInfoMap.js';
import initChromeTint from './modules/ChromeTint.js';
// Add passive event listeners
! function (e) {
@@ -77,10 +76,6 @@ document.addEventListener('DOMContentLoaded', () => {
// Initialize Contact Info Leaflet maps.
initContactInfoMap();
// Tint the browser chrome (status bar + home indicator) to match
// the site header/footer when those elements are in view.
initChromeTint();
// Add Back to Top button to body
// const backToTop = document.createElement('x-back-to-top');
// document.body.appendChild(backToTop);