This commit is contained in:
2022-03-18 19:57:31 +01:00
commit 0f4ee3e2e4
40 changed files with 2012 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;
}