This commit is contained in:
Andras Schmelczer 2024-12-19 21:23:29 +00:00
parent 4df62cf9fb
commit 997bc170a5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 6 additions and 0 deletions

12
plugin/src/styles.css Normal file
View 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;
}