Skip to content

Commit

Permalink
feat: update docsearch primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
dasundev committed Apr 6, 2024
1 parent 9ccffc8 commit c94f48e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/css/docsearch.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--docsearch-primary-color: #65a30d !important;
}

.DocSearch.DocSearch-Button {
@apply inline-flex w-auto lg:w-[16rem] items-center ml-0 px-3 p-5 lg:py-[1.3rem] transition bg-amber-400 hover:bg-amber-400 ring-1 hover:ring-1 ring-amber-300 hover:ring-amber-200 rounded-full font-semibold
}
Expand Down Expand Up @@ -27,3 +31,11 @@
.DocSearch-Button-Key--pressed {
@apply translate-x-0 !important
}

.DocSearch-Form {
@apply ring-2 ring-lime-600 !important
}

.DocSearch-MagnifierLabel, .DocSearch-Reset {
@apply text-lime-600 !important
}

0 comments on commit c94f48e

Please sign in to comment.