Skip to content

Commit

Permalink
Start search results
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Mar 9, 2024
1 parent f3a28e8 commit caf0199
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/css/custom.css
Expand Up @@ -132,9 +132,33 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
[data-theme='dark'] .aa-SubmitIcon {
color: #0081e6 !important;
}
[data-theme='dark'] .aa-ClearIcon {
color: #0081e6 !important;
}
[data-theme='dark'] .aa-Form ::placeholder {
color: #0081e6 !important;
}
[data-theme='light'] .aa-SubmitIcon {
color: #4aafff !important;
}
.aa-Item[aria-selected=true] {
background-color: #addbff !important;
}
[data-theme='dark'] .aa-DetachedContainer {
background: #0b181e !important;
}
[data-theme='dark'] .aa-DetachedContainer .aa-Panel {
background-color: #0b181e !important;
}
[data-theme='dark'] .aa-ItemActionButton {
color: #0b181e !important;
}
.dsla-search-field {
width: 250px;
}
[data-theme='dark'] .aa-Item {
color: #ffa729 !important;
}
.aa-ItemContentDescription[aria-selected=true] {
color: #0b181e !important;
}

0 comments on commit caf0199

Please sign in to comment.