Francis Lavoie 2022-05-11 12:31:22 -04:00 committed by GitHub
parent 42d97e9a14
commit e0541c0f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 32 deletions

View file

@ -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 {