mirror of
https://github.com/alincoop/obsidian-tinychart.git
synced 2026-07-22 10:10:25 +00:00
12 lines
198 B
CSS
12 lines
198 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.
|
|
|
|
*/
|
|
|
|
pre {
|
|
font-family: monospace;
|
|
}
|