.png)
By admin
Other • 8 Views • 2 month ago
Reply to Darkmode code
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}
Empty!
Be the first to write your comments
Note: Please Login or create an account to post comments!