first commit

This commit is contained in:
2023-06-05 12:45:19 +02:00
commit 1daf6407be
36 changed files with 515 additions and 0 deletions

8
assets/custom.css.sample Normal file
View File

@@ -0,0 +1,8 @@
@charset "UTF-8";
/* Custom card colors */
/* Use with `class:` property of services in config.yml */
body #app .card.green {
background-color: #006600;
color: #00ff00;
}