docker-projects/homer/assets/example.custom.css
dominikhoebert a9a494d3f8 added homer
2024-08-02 16:59:41 +02:00

9 lines
176 B
CSS

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