Skip to content

Commit

Permalink
Attempt to add a css variable theme-color
Browse files Browse the repository at this point in the history
To make chrome's top bar match the page header
  • Loading branch information
ccouzens committed Apr 18, 2024
1 parent 8841204 commit 7c12afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="preload" href="computer.wasm" as="fetch" crossorigin />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Maze</title>
<meta name="theme-color" content="var(--subtle-highlight-color)" />
</head>

<body>
Expand Down

0 comments on commit 7c12afb

Please sign in to comment.