homer/public/assets/custom.css.sample

9 lines
176 B
Plaintext
Raw Normal View History

@charset "UTF-8";
/* Custom card colors */
/* Use with `class:` property of services in config.yml */
2020-09-04 22:43:44 +00:00
body #app .card.green {
background-color: #006600;
color: #00ff00;
}