I’m already using (and testing) different community themes. However, there is a set of custom CSS that I want to always have no matter the theme. Instead of having to paste the whole block of code each time into the obsidian.css, I would like to paste the @import 'custom.css'
line to the top of the obsidian.css file.
8 Likes
I’ll second this. If using the @import
statement is a no-go for some reason, Obsidian could instead merge CSS from a static user CSS file.
1 Like