lajg-dev_Obsidian-Plugin-GP.../styles.css
2024-01-20 13:57:10 -05:00

21 lines
No EOL
316 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;
}
.div-spacer {
height: 20px;
}