mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
10 lines
202 B
CSS
10 lines
202 B
CSS
.search .algolia-docsearch-suggestion--highlight,
|
|
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
|
|
color: #2980B9;
|
|
background: #F1C40F;
|
|
}
|
|
|
|
.algolia-autocomplete {
|
|
width: 100%;
|
|
}
|