Just style the SVG element directly svg { -webkit-filter: invert(1); filter: invert(1); }
Tag: vite.js
How to Install Vite.js?
A Step-by-Step Guide To Install and Use Vite on Your System Before moving to the installation procedure, you must ensure that the latest version of Node.js is installed on your system. Step 1: Checking Requirements and Initiating Installation Once the Node.js is present and running on your computer, the next step is to run the ‘npm init @vitejs/app.’ Further,… Continue reading How to Install Vite.js?