mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-28 09:17:03 +00:00
9 lines
176 B
CSS
9 lines
176 B
CSS
|
@charset "UTF-8";
|
||
|
|
||
|
/* Custom card colors */
|
||
|
/* Use with `class:` property of services in config.yml */
|
||
|
body #app .card.green {
|
||
|
background-color: #006600;
|
||
|
color: #00ff00;
|
||
|
}
|