When I start Obsidian in light mode, I’m blinded by the light.
How can I change the white color in an individual CSS-file? ( I tried <Strg-Shift-i>
)
When I start Obsidian in light mode, I’m blinded by the light.
How can I change the white color in an individual CSS-file? ( I tried <Strg-Shift-i>
)
You can try a snippet like this:
.theme-light {
--background-primary: #ccc;
}
The colors are documented here:
Thank you very much for your fast response, (which solves the problem) and the interesting link.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.