Home / Wapkiz Codes / Darkmode code
By Rapid

Wapkiz Codes • 74 Views • 2 month ago

Darkmode code

Please admin what is the correct code for dark mode
By admin

Answer #1 2 month ago

Hello, there is no exact code for dark mode, you can choose to use the basic css for your website by setting the dark color as the background and white letters.

Example: copy this code to css style.

body,*{background-color: #000000; color: #ffffff}

By Jazboy

Answer #2 2 month ago

You are going to use css code and javascript

Note: Please Login or create an account to post comments!