put theme back to default
This commit is contained in:
parent
6e1174e03d
commit
3767f6a420
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue