Skip to content

Commit

Permalink
Added light mode meta tags tot layout.blade.php (#34297)
Browse files Browse the repository at this point in the history
added both color-scheme and support-color-schemes meta tags with both only light as the default option.
  • Loading branch information
gldrenthe89 authored Sep 11, 2020
1 parent 3af5110 commit 75b796d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Mail/resources/views/html/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
</head>
<body>
<style>
Expand Down

0 comments on commit 75b796d

Please sign in to comment.