blob: 00658d728618edbdbe200b3d8e04e60261310d22 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
@charset "UTF-8";
/* Custom card colors */
/* Use with `class:` property of services in config.yml */
body #app .card.green {
background-color: #006600;
color: #00ff00;
}
|