Closed xaqbr closed 8 months ago
This looks good. I like the way the callouts pop.
Can you please change all your color arrays to use variables inside theme-dark or theme-light? Then you can cut the amount of CSS in half as you've duplicated most selectors for both dark/light. You'll only need to specify a single selector with the corresponding variable color which will work for both dark/light.
If you'd like to see this committed please simplify the code as previously requested and update for the new Obsidian v1.x theming style (i.e. rebase your changes).
Different pull request that picked up the ideas for callouts here was merged.
Previous dark: ![image](https://user-images.githubusercontent.com/3822492/192142322-01c42be8-9b01-452e-a5f1-88bbfc535735.png | width=100)
New dark:
Previous light:
New light:
Fixes #26