]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - public/assets/custom.css.sample
Merge pull request #120 from tpansino/feature/custom-document-title
[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 */
ffe3404a 5body #app .card.green {
e9afa4d7
TP
6 background-color: #006600;
7 color: #00ff00;
8}