diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-09-04 15:30:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 15:30:01 -0700 |
commit | bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928 (patch) | |
tree | 3735dfbddb08b08e8dfac8e47a52763d26e2a788 /public/assets/custom.css.sample | |
parent | 83665e4f48e8db29d74a2e84b8befb6076c08665 (diff) | |
parent | e9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce (diff) | |
download | homer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.tar.gz homer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.tar.zst homer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.zip |
Merge pull request #119 from tpansino/feature/custom-card-colors
Feature/custom card colors
Diffstat (limited to 'public/assets/custom.css.sample')
-rw-r--r-- | public/assets/custom.css.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/assets/custom.css.sample b/public/assets/custom.css.sample new file mode 100644 index 0000000..2465757 --- /dev/null +++ b/public/assets/custom.css.sample | |||
@@ -0,0 +1,9 @@ | |||
1 | @charset "UTF-8"; | ||
2 | |||
3 | /* Custom card colors */ | ||
4 | /* Use with `class:` property of services in config.yml */ | ||
5 | body #app .card .green | ||
6 | { | ||
7 | background-color: #006600; | ||
8 | color: #00ff00; | ||
9 | } | ||