mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docsearch: Upgrade to v3 (#231)
See: - https://docsearch.algolia.com/docs/DocSearch-v3 - https://docsearch.algolia.com/docs/migrating-from-v2
This commit is contained in:
parent
42d97e9a14
commit
e0541c0f3f
6 changed files with 29 additions and 32 deletions
|
@ -918,13 +918,16 @@ td code {
|
|||
color: black;
|
||||
}
|
||||
|
||||
/* Algolia DocSearch */
|
||||
#search {
|
||||
background: rgb(28, 52, 79);
|
||||
color: #bdd6f7;
|
||||
}
|
||||
#search:focus {
|
||||
background: rgb(46, 70, 96);
|
||||
--docsearch-searchbox-background: rgb(28, 52, 79);
|
||||
--docsearch-searchbox-focus-background: rgb(28, 52, 79);
|
||||
--docsearch-text-color: #bdd6f7;
|
||||
--docsearch-muted-color: #96a9c4;
|
||||
--docsearch-key-gradient: linear-gradient(-26.5deg, #060e17 0%, rgb(47, 62, 72) 100%);
|
||||
--docsearch-key-shadow: inset 0 -2px 0 0 #4c4c56, inset 0 0 1px 1px rgb(70, 70, 70), 0 1px 2px 1px rgba(77, 79, 91, 0.4);
|
||||
}
|
||||
/* End Algolia DocSearch */
|
||||
|
||||
#paper1,
|
||||
#paper2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue