Skip to content

Commit

Permalink
dark menubar for pwa by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 5, 2024
1 parent 698ef39 commit e61051e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<meta name="apple-mobile-web-app-title" content="kodeWeave">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="hsl(205deg 18.75% 87.45%)">
<meta name="msapplication-navbutton-color" content="hsl(205deg 18.75% 87.45%)">
<meta name="theme-color" content="#13171f">
<meta name="msapplication-navbutton-color" content="#13171f">
<meta name="msapplication-starturl" content="./index.html">
<link rel="apple-touch-icon" href="imgs/logo.png">
<link rel="icon" href="imgs/logo.svg" type="image/x-icon" />
Expand Down

0 comments on commit e61051e

Please sign in to comment.