✨ feature: Implement dynamic browser chrome tinting for header and footer visibility
This commit is contained in:
+4
-1
@@ -26,7 +26,10 @@ $showHero = $post->post_parent === $services ? true : false;
|
||||
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<!-- Status bar tint (top, behind notch/Dynamic Island). Updated at runtime
|
||||
by static/js/modules/ChromeTint.js based on which element is in view. -->
|
||||
<meta name="theme-color" content="#032F46">
|
||||
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user