We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f338ce commit e71c828Copy full SHA for e71c828
index.html
@@ -2,7 +2,7 @@
2
~ This Source Code Form is subject to the terms of the Mozilla Public
3
~ License, v. 2.0. If a copy of the MPL was not distributed with this
4
~ file, you can obtain one at https://mozilla.org/MPL/2.0/.
5
- ~
+ ~
6
~ Copyright Oxide Computer Company
7
-->
8
@@ -13,6 +13,7 @@
13
<title>Oxide Console</title>
14
15
<meta name="viewport" content="width=1050" />
16
+ <meta name="color-scheme" content="dark" />
17
18
<link rel="icon" type="image/svg+xml" href="./app/assets/favicon.svg" />
19
<link rel="icon" type="image/png" href="./app/assets/favicon.png" />
0 commit comments