1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

Rewrite custom card colors to use custom CSS classes instead of styles

This commit is contained in:
Tom Pansino
2020-09-02 00:34:37 -07:00
parent fbe9338fd3
commit e9afa4d7dd
3 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,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;
}