File tree Expand file tree Collapse file tree 2 files changed +9
-22
lines changed Expand file tree Collapse file tree 2 files changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,8 @@ export function Navbar({ items }: NavBarProps): ReactElement {
183
183
184
184
{ process . env . NEXTRA_SEARCH &&
185
185
renderComponent ( themeConfig . search . component , {
186
- className : "max-md:_hidden" ,
186
+ className :
187
+ "max-md:_hidden [&>input]:bg-neu-0/[.55] [&>input::placeholder]:text-neu-700 [&>input]:text-neu-900" ,
187
188
} ) }
188
189
189
190
{ themeConfig . project . link ? (
Original file line number Diff line number Diff line change @@ -681,18 +681,6 @@ video {
681
681
._rounded-full {
682
682
border-radius : 9999px ;
683
683
}
684
- ._rounded-lg {
685
- border-radius : 0.5rem ;
686
- }
687
- ._rounded-md {
688
- border-radius : 0.375rem ;
689
- }
690
- ._rounded-sm {
691
- border-radius : 0.125rem ;
692
- }
693
- ._rounded-xl {
694
- border-radius : 0.75rem ;
695
- }
696
684
._rounded-b-md {
697
685
border-bottom-right-radius : 0.375rem ;
698
686
border-bottom-left-radius : 0.375rem ;
@@ -957,15 +945,7 @@ video {
957
945
text-align : center;
958
946
}
959
947
._font-mono {
960
- font-family :
961
- ui-monospace,
962
- SFMono-Regular,
963
- Menlo,
964
- Monaco,
965
- Consolas,
966
- Liberation Mono,
967
- Courier New,
968
- monospace;
948
+ @apply font-mono;
969
949
}
970
950
._text-2xl {
971
951
font-size : 1.5rem ;
@@ -2994,3 +2974,9 @@ body.nextra-banner-hidden .\[body\.nextra-banner-hidden_\&\]\:_hidden {
2994
2974
div : hover > .\[div\:hover\>\&\]\:_opacity-100 {
2995
2975
opacity : 1 ;
2996
2976
}
2977
+
2978
+ kbd ._border ._gap-1 {
2979
+ border-bottom-width : 2px ;
2980
+ border-color : hsl (var (--color-neu-300 ));
2981
+ gap : 0.125rem ;
2982
+ }
You can’t perform that action at this time.
0 commit comments