9 lines
177 B
CSS
9 lines
177 B
CSS
.g-search {
|
|
width: calc(100% - 2rem);
|
|
max-width: 600px;
|
|
|
|
& .c-hits .ais-Highlight-highlighted {
|
|
/* Insert custom background color applied to highlighted hits */
|
|
}
|
|
}
|