fix search

This commit is contained in:
Philipp Kühn
2020-12-01 09:41:37 +01:00
parent fe9f74ebdf
commit 484064a528
2 changed files with 4 additions and 3 deletions

View File

@@ -2,11 +2,11 @@
<html ${htmlAttrs}> <html ${htmlAttrs}>
<head> <head>
${head} ${head}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css" />
</head> </head>
<body ${bodyAttrs}> <body ${bodyAttrs}>
${app} ${app}
${scripts} ${scripts}
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js"></script>
</body> </body>
</html> </html>

View File

@@ -131,6 +131,7 @@ code {
// } // }
// } // }
.DocSearch { .DocSearch,
.DocSearch-Container {
filter: saturate(0); filter: saturate(0);
} }