Hello, I use Joplin server 2.11.1
I'm looking to update the css style of H2 and H3.
In /server/public/css/index/ and /server/public/css/item/ there are some nice css files.
I opted for server/public/css/item/note.css because it's in the lowest tag of the header
<link rel="stylesheet" href="https://XXX/css/items/note.css" crossorigin="anonymous">
I thought "no risk of being short-circuited" by another CSS. Well, that's not the case
There's CSS code overwriting my options, but I understand where it's coming from and how to undo its effects ... I want it to be my css that's interpreted
Do you have any ideas on how to achieve this? Where does all this code come from? How can I win against it?
Thanks