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