homer_dashboard/assets/custom.css.sample
2022-07-20 02:56:47 +00:00

9 lines
176 B
Plaintext

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