docs: added the fixed search again

This commit is contained in:
Emerson Bottero
2022-09-24 23:24:48 -03:00
parent 5e4bcbdfa0
commit eeafa8f5aa
7 changed files with 31 additions and 38 deletions

View File

@@ -1 +1,6 @@
Use this file to add custom css
/* Use this file to add custom css */
/* TODO: Remove after vitepress-plugin-search next release */
.search-item-icon {
font-family: none;
}

View File

@@ -1,6 +1,6 @@
import DefaultTheme from 'vitepress/theme';
import Mermaid from 'vitepress-plugin-mermaid/Mermaid.vue';
// import './custom.css';
import './custom.css';
export default {
...DefaultTheme,