mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Docsearch style updates
This commit is contained in:
parent
9309e478e2
commit
3220233002
1 changed files with 10 additions and 3 deletions
|
@ -108,12 +108,12 @@ td {
|
||||||
/* Arrow triangle between dropdown and input */
|
/* Arrow triangle between dropdown and input */
|
||||||
.algolia-autocomplete .ds-dropdown-menu::before {
|
.algolia-autocomplete .ds-dropdown-menu::before {
|
||||||
background: #060e17 !important;
|
background: #060e17 !important;
|
||||||
border-color: #bdd6f79c;
|
border-color: #1c344f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
|
.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
|
||||||
background: #060e17 !important;
|
background: #060e17 !important;
|
||||||
border-color: #bdd6f79c;
|
border-color: #1c344f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Selection highlight */
|
/* Selection highlight */
|
||||||
|
@ -130,6 +130,7 @@ td {
|
||||||
/* Main category (eg. Getting Started) */
|
/* Main category (eg. Getting Started) */
|
||||||
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
|
.algolia-autocomplete .algolia-docsearch-suggestion--category-header {
|
||||||
color: darkgray;
|
color: darkgray;
|
||||||
|
border-color: #1c344f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Category (eg. Downloads) */
|
/* Category (eg. Downloads) */
|
||||||
|
@ -137,10 +138,16 @@ td {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Category vertical divider */
|
||||||
|
.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column::before,
|
||||||
|
.algolia-autocomplete .algolia-docsearch-suggestion--content::before {
|
||||||
|
background: #1c344f;
|
||||||
|
}
|
||||||
|
|
||||||
/* Title (eg. Bootstrap CDN) */
|
/* Title (eg. Bootstrap CDN) */
|
||||||
.algolia-autocomplete .algolia-docsearch-suggestion--title {
|
.algolia-autocomplete .algolia-docsearch-suggestion--title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #bdd6f7;
|
color: #5aa3dc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Description description (eg. Bootstrap currently works...) */
|
/* Description description (eg. Bootstrap currently works...) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue