Skip to content

Commit

Permalink
style: fix search background color
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay "XA" Mestry <[email protected]>
  • Loading branch information
xames3 committed Feb 18, 2024
1 parent 277bff4 commit 5962125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/_static/css/defaults.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ html[data-theme="light"] {
--pst-color-success-text: #ffffff;
--pst-color-success: #28f928;
--pst-color-surface: #ffffff;
--pst-color-surface-2: #f5f5f5;
--pst-color-target: #fbe54e;
--pst-color-text-base: #000000;
--pst-color-text-muted: #000000;
Expand Down
3 changes: 2 additions & 1 deletion docs/source/_static/css/learn.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,11 @@ div#searchbox p.highlight-link a::before {
width: auto;
margin-left: 1rem;
border: 0;
background-color: var(--pst-color-surface-2);
}

.search-button-field:hover {
background-color: var(--pst-color-surface);
background-color: var(--pst-color-surface-2);
border: 0;
vertical-align: middle;
}
Expand Down

0 comments on commit 5962125

Please sign in to comment.