- Visual Studio
Downloads:
Official Website - Node
Downloads:
Official Website
OR
If you have winget installed on powershell
winget install node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
/* DARK THEME COLORS */ | |
--whoogle-dark-page-bg: #212121; | |
--whoogle-dark-element-bg: #111111 ; | |
--whoogle-dark-logo: #007261 ; | |
--whoogle-dark-text: #c6d3d1; | |
--whoogle-dark-contrast-text: #90AFA3; | |
--whoogle-dark-secondary-text: #f9fafb; | |
--whoogle-dark-result-bg: #111111; | |
--whoogle-dark-result-title: #699C88; |
NewerOlder