forked from extern/homer
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
@charset "UTF-8";
|
|
|
|
/* Custom card colors */
|
|
/* Use with `class:` property of services in config.yml */
|
|
body #app .card .green
|
|
{
|
|
background-color: #006600;
|
|
color: #00ff00;
|
|
}
|