fix search
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ code {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
.DocSearch {
|
.DocSearch,
|
||||||
|
.DocSearch-Container {
|
||||||
filter: saturate(0);
|
filter: saturate(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user