-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable search button #107
Comments
You can target it using the global stylesheet under |
got it. It works for me for now, but it would be great if we can replace the default button with a React component if the design deviates from the default one too much and customizing CSS is not enough. |
Hey @gentledepp, If you want to change the color using the root variables you have to:
Example: :root {
--aa-primary-color-rgb: 255, 0, 0 !important;
--aa-muted-color-rgb: 255, 0, 0 !important;
/* ... */
} If you use the dark theme, then replace |
This totally worked. Thank you so much!! |
Thanks @ItsJustMiaouss! I linked your comment from the README :) |
I'm very satisfied with this plugin so far, however, the default search button does not really fit my docsite. So is there any way to customize the UI for the button? If not, is it a planned feature for future versions? thanks
The text was updated successfully, but these errors were encountered: