shane-lamb_obsidian-llm-docs/styles.css
2025-01-21 19:40:34 +10:00

19 lines
305 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.
*/
.llmdocs-heading-system {
color: cadetblue;
}
.llmdocs-heading-user {
color: green;
}
.llmdocs-heading-assistant {
color: darkorange;
}