cmfcmf / docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:
https://cmfcmf.github.io/OpenWeatherMap-PHP-API/
MIT License
437 stars 67 forks source link

Change the styling of the search box #120

Closed Asik007 closed 2 years ago

Asik007 commented 2 years ago

:unicorn: This is one of my first webpage project and don't really know much about css and js. I thought I could simply override the themes css by defining the css variables in my own file. That didn't work and now im lost. My site is published here. the repo is here. pls help Thank you!

cmfcmf commented 2 years ago

Hey, take a look at #107. One important thing is that you have to use !important when overwriting the CSS variables. Let me know if that works!

Asik007 commented 2 years ago

It works!!! Thank you for showing me that issue. I probably should have looked around more, sorry.