Add CSS
This commit is contained in:
parent
4df62cf9fb
commit
997bc170a5
2 changed files with 6 additions and 0 deletions
12
plugin/src/styles.css
Normal file
12
plugin/src/styles.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
|
||||
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.
|
||||
|
||||
*/
|
||||
|
||||
main {
|
||||
background-color: brown;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue