97e4f376fc
* CSS on mobile * Remove stale partial indices * Fix broken hit links * Leverage @hashicorp/react-search/tools
9 lines
139 B
CSS
9 lines
139 B
CSS
.g-search {
|
|
width: calc(100% - 2rem);
|
|
max-width: 600px;
|
|
|
|
& .c-hits .ais-Highlight-highlighted {
|
|
background-color: #c1f1e0;
|
|
}
|
|
}
|