Files
obsidian-todo-tracker/styles.css
Johannes Theiner 15e343739e Add stylelint and configure eslint to add custom plugin.
- Split up main.ts into multiple files.
2024-07-31 22:59:59 +02:00

17 lines
405 B
CSS

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
a { background-image: url('https://www.example.com/file.jpg'); }
div { background-image: url('//example.com/file.jpg'); }
a.test { color: pink !important; }