docker-projects/homer/assets/example.custom.css

9 lines
176 B
CSS
Raw Permalink Normal View History

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