aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/assets/custom.css.sample
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-09-04 15:30:01 -0700
committerGitHub <noreply@github.com>2020-09-04 15:30:01 -0700
commitbcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928 (patch)
tree3735dfbddb08b08e8dfac8e47a52763d26e2a788 /public/assets/custom.css.sample
parent83665e4f48e8db29d74a2e84b8befb6076c08665 (diff)
parente9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce (diff)
downloadhomer-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.sample9
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 */
5body #app .card .green
6{
7 background-color: #006600;
8 color: #00ff00;
9}