]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - public/assets/custom.css.sample
Merge pull request #119 from tpansino/feature/custom-card-colors
[github/bastienwirtz/homer.git] / public / assets / custom.css.sample
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 }