mirror of
https://github.com/shane-lamb/obsidian-llm-docs.git
synced 2026-07-22 12:30:22 +00:00
19 lines
305 B
CSS
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;
|
|
}
|