Skip to content

Commit 4b10df5

Browse files
authored
Merge pull request #61 from diekus/main
Fixes bug on demo `app-title` web app
2 parents 7338ca3 + 57fc1b6 commit 4b10df5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pwa-application-title/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
text-decoration: underline;
6262
font-weight: normal;
6363
}
64+
65+
@media (prefers-color-scheme: dark) {
66+
body {
67+
background-color: #8F6700;
68+
}
69+
70+
}
6471
</style>
6572
<link rel="manifest" href="manifest.json">
6673
<meta name="application-title" content="">

0 commit comments

Comments
 (0)