2
0
This commit is contained in:
Admin User
2023-11-14 18:31:01 +01:00
commit f59fcabcd0
15 changed files with 448 additions and 0 deletions

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