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