Skip to content

Commit 612d6ae

Browse files
✨ Update primary color for DocSearch and add rounded corners to the form
1 parent 5d1694d commit 612d6ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/css/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ nav > ul > li > ul {
139139

140140
:root {
141141
--docsearch-container-background: rgba(0, 0, 0, 0.5);
142-
--docsearch-primary-color: #a78bfa;
142+
--docsearch-primary-color: #987af1;
143143
}
144144

145145
[id='docsearch'] {
@@ -202,3 +202,7 @@ nav > ul > li > ul {
202202
.DocSearch-Input {
203203
@apply focus-visible:outline-none;
204204
}
205+
206+
.DocSearch-Form {
207+
@apply rounded-lg;
208+
}

0 commit comments

Comments
 (0)