- From: Barış Yaşar <notifications@github.com>
- Date: Thu, 20 Mar 2025 07:37:31 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 March 2025 14:37:35 UTC
barisyasar left a comment (w3c/manifest#975)
const metaTag = document.querySelector('meta[name="theme-color"]');
if (metaTag) {
metaTag.setAttribute('content', theme === 'dark' ? '#030711' : 'white');
}
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-2740686403
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/issues/975/2740686403@github.com>
Received on Thursday, 20 March 2025 14:37:35 UTC