]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - public/assets/custom.css.sample
Simplify index & fix logo path
[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 background-color: #006600;
7 color: #00ff00;
8 }