Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martin. authored Oct 5, 2024
1 parent 366330d commit c06672b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
Firefox, Firefox Android not supported: <meta name="theme-color" content="rgb(0,0,0)">
Solved: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color -->

<meta name="theme-color" media="(prefers-color-scheme: light)" content="yellow" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />

<meta name="theme-color" content="yellow" />
<meta name="theme-color" content="black" />
<meta name="apple-mobile-web-app-title" content="Yellow Pencil">

<link rel="icon" href="favicon.ico" />
Expand Down Expand Up @@ -87,7 +87,7 @@
<link rel="stylesheet" href="css/custom.css">
</head>

<body class="theme-light color-theme-black" >
<body class="theme-dark color-theme-yellow" >

<div id="app" class="framework7-root">
<div class="panel-backdrop"></div>
Expand Down

0 comments on commit c06672b

Please sign in to comment.