example.custom.css 176 B

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