first commit

This commit is contained in:
root
2022-01-10 15:18:21 +00:00
commit 864affe19d
456 changed files with 12470 additions and 0 deletions

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;
}