Skip to content

Commit

Permalink
Start of theming search
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Mar 8, 2024
1 parent 20a738f commit c75c930
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/css/custom.css
Expand Up @@ -97,4 +97,38 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: #282A36;
}

[data-theme='dark'] .aa-DetachedSearchButtonIcon {
color: #0081e6 !important;
}

[data-theme='light'] .aa-DetachedSearchButtonIcon {
color: #addbff !important;
}
[data-theme='light'] .aa-DetachedSearchButton {
border: 1px solid #addbff !important;
border-color: #addbff !important;
}
[data-theme='light'] .aa-DetachedSearchButton:focus {
box-shadow: #4aafff 0 0 0 3px, inset #4aafff 0 0 0 2px;
}
[data-theme='dark'] .aa-DetachedSearchButton {
border: 1px solid #0081e6 !important;
border-color: #0081e6 !important;
}
[data-theme='dark'] .aa-DetachedSearchButton:focus {
box-shadow: #4aafff 0 0 0 3px, inset #4aafff 0 0 0 2px;
}
[data-theme='dark'] .aa-DetachedSearchButtonPlaceholder {
color: rgba(128, 126, 163, 0.6);
}
[data-theme='dark'] .aa-Form {
border: 1px solid #4aafff !important;
border-color: #4aafff !important;
}
[data-theme='light'] .aa-Form {
border: 1px solid #4aafff !important;
border-color: #4aafff !important;
}
[data-theme='dark'] .aa-SubmitIcon {
color: #0081e6 !important;
}

0 comments on commit c75c930

Please sign in to comment.