We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I was testing thing and umm my background colors dont work with this its probs my stupidity but i cant seem to fix it so yea please help
<html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Home | Cryognal</title> <link rel="stylesheet" type=text/css href="./css/html.css"> </head> <body> <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script> <script> const options = { bottom: "64px", // default: '32px' right: "unset", // default: '32px' left: "32px", // default: 'unset' time: "0.5s", // default: '0.3s' mixColor: "#fff", // default: '#fff' backgroundColor: "#fff", // default: '#fff' buttonColorDark: "#100f2c", // default: '#100f2c' buttonColorLight: "#fff", // default: '#fff' saveInCookies: false, // default: true, label: "🌓", // default: '' autoMatchOsTheme: true, // default: true }; const darkmode = new Darkmode(options); darkmode.showWidget(); </script> </body> </html>
html { background: #e0e0e0; }```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I was testing thing and umm my background colors dont work with this its probs my stupidity but i cant seem to fix it so yea please help
The text was updated successfully, but these errors were encountered: