put theme back to default

This commit is contained in:
Bruno Windels 2022-04-26 14:19:13 +02:00
parent 6e1174e03d
commit 3767f6a420
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<meta name="description" content="A matrix chat application">
<link rel="apple-touch-icon" href="./assets/icon-maskable.png">
<link rel="icon" type="image/png" href="assets/icon-maskable.png">
<script type="module"> import "@theme/default/dark"; </script>
<script type="module"> import "@theme/default"; </script>
</head>
<body class="hydrogen">
<script id="main" type="module">