fix search, add yaml tutorial
This commit is contained in:
@ -958,4 +958,17 @@ a.no_icon:after {
|
||||
.results ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* algolia */
|
||||
|
||||
div.results {
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.algolia__result-highlight {
|
||||
background-color: yellow;
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user