mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
ed4ed7a338
Add Sphinx Wagtail Theme
18 lines
322 B
CSS
18 lines
322 B
CSS
.search .algolia-docsearch-suggestion--highlight,
|
|
.algolia-autocomplete .algolia-docsearch-suggestion--highlight {
|
|
color: #2980B9;
|
|
background: #F1C40F;
|
|
}
|
|
|
|
.algolia-autocomplete {
|
|
width: 100%;
|
|
}
|
|
|
|
#search-results a,
|
|
a.algolia-docsearch-suggestion {
|
|
border-bottom: 0;
|
|
}
|
|
#search-results h2 {
|
|
display: none;
|
|
}
|