mirror of
https://github.com/lajg-dev/Obsidian-Plugin-GPG-Inline-Encrypt.git
synced 2026-07-22 09:20:31 +00:00
21 lines
No EOL
316 B
CSS
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;
|
|
} |