commit 64e86498772c97c6f49fd28698405547fd44dc60 parent b46f6c93228713d3dd98c9aa1ad2645c4bb916b0 Author: lishid <lishid@gmail.com> Date: Tue, 9 Aug 2022 13:39:02 -0400 Update sample css file. Diffstat:
M | styles.css | | | 12 | ++++++++---- |
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git 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. + +*/