summaryrefslogtreecommitdiffhomepage
path: root/styles.css
diff options
context:
space:
mode:
authorlishid <[email protected]>2022-08-09 13:39:02 -0400
committerlishid <[email protected]>2022-08-09 13:39:02 -0400
commit64e86498772c97c6f49fd28698405547fd44dc60 (patch)
tree0c65645946ac7f92c003588272de4124192c51d7 /styles.css
parentb46f6c93228713d3dd98c9aa1ad2645c4bb916b0 (diff)
downloadai-pulse-obsidian-plugin-64e86498772c97c6f49fd28698405547fd44dc60.tar.gz
ai-pulse-obsidian-plugin-64e86498772c97c6f49fd28698405547fd44dc60.zip
Update sample css file.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/styles.css b/styles.css
index 586fdea..71cc60f 100644
--- a/styles.css
+++ b/styles.css
@@ -1,4 +1,8 @@
-/* Sets all the text color to red! */
-body {
- color: red;
-}
+/*
+
+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.
+
+*/