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