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