Skip to content

Commit 75b796d

Browse files
authored
Added light mode meta tags tot layout.blade.php (#34297)
added both color-scheme and support-color-schemes meta tags with both only light as the default option.
1 parent 3af5110 commit 75b796d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Mail/resources/views/html/layout.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<meta name="color-scheme" content="light">
7+
<meta name="supported-color-schemes" content="light">
68
</head>
79
<body>
810
<style>

0 commit comments

Comments
 (0)