Skip to content

Commit

Permalink
fix(ui): Try avoiding bright flashes on initial loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 2, 2021
1 parent fd6f0e2 commit f84a51d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #121212
}
}
</style>
<title>Valetudo</title>
</head>
<body>
Expand Down

0 comments on commit f84a51d

Please sign in to comment.