mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-29 10:29:31 +01:00
8 lines
175 B
CSS
8 lines
175 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;
|
|
} |