How do I add a new CSS file in addition to those already in the community themes ?
Many thanks
1 Like
Enable the custom CSS setting, then create a text file named obsidian.css
. That’s it!
You can copy and paste CSS from other themes to start.
Or you can install a community theme and edit that, too.
That is not possible. Obsidian only reads the one obsidian.css
file.
You could use a CSS pre-processor like SASS to combine CSS. Like this https://forum.obsidian.md/t/mixing-and-matching-css-snippets-with-sass/357
1 Like