CSS: bouton darkmode Example
CSS Example: This is the "bouton darkmode" Example. compiled from many sources on the internet by SimpleTutorials.org
bouton darkmode
@media (prefers-color-scheme: dark) { body { background-color: #1c1c1e; color: #fefefe; } a { color: #5fa9ee; } img { filter: grayscale(20%); } }
* Summary: This "bouton darkmode" CSS Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!