Update sample css file.
This commit is contained in:
parent
b46f6c9322
commit
64e8649877
1 changed files with 8 additions and 4 deletions
12
styles.css
12
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.
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue