Soft dark mode
Sets a dark background and light text without inversion, keeping photo colors natural.
Code to copy
html { background: #1a1a1f !important; }
body, body * {
background-color: #1a1a1f !important;
color: #d6d6dc !important;
border-color: #3a3a44 !important;
}
a, a * { color: #7aa2f7 !important; }
img, video, picture, svg { background: transparent !important; }
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.