lajg-dev_Obsidian-Plugin-GP.../styles.css
2024-01-20 12:47:56 -05:00

18 lines
No EOL
282 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.
*/
.text-color-orange {
color: orange;
}
.text-color-green {
color: green;
}
.text-color-red {
color: red;
}