Dark Moded interrim checkin.

This commit is contained in:
Robin Davies
2023-06-28 04:48:35 -04:00
parent 2319c30649
commit e33e61e37a
62 changed files with 1568 additions and 128 deletions
+8 -1
View File
@@ -30,8 +30,15 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>PiPedal</title>
<style>
BODY { background: #D0D0D0; }
@media (prefers-color-scheme: dark) {
BODY { background: #333; }
}
</style>
</head>
<body style="background: #D0D0D0">
<body >
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--