Browse Source

[Beta] Add missing styles to search box in modal (#5234)

main
Em Zhan 2 years ago
committed by GitHub
parent
commit
3bba430b59
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/styles/algolia.css

2
beta/src/styles/algolia.css

@ -39,6 +39,7 @@ html.dark {
@apply bg-gray-10; @apply bg-gray-10;
@apply outline-none; @apply outline-none;
@apply h-auto; @apply h-auto;
@apply focus-within:ring;
} }
html.dark .DocSearch-Form { html.dark .DocSearch-Form {
@apply bg-gray-80; @apply bg-gray-80;
@ -87,6 +88,7 @@ html.dark .DocSearch-Footer {
@apply leading-tight; @apply leading-tight;
@apply text-primary; @apply text-primary;
@apply appearance-none !important; @apply appearance-none !important;
@apply focus:outline-none;
} }
html.dark .DocSearch-Input { html.dark .DocSearch-Input {
@apply text-primary-dark; @apply text-primary-dark;

Loading…
Cancel
Save