update deployments and readme

This commit is contained in:
Christian
2022-01-11 09:37:46 +01:00
parent ffba884d4f
commit 79adc3f8d6
15 changed files with 236 additions and 4 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;
}