upgrade template

This commit is contained in:
devpi
2020-12-13 03:36:23 +00:00
parent 394d1ae49b
commit 6beab6c06e
19 changed files with 369 additions and 26 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;
}