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

Simplify service structure

This commit is contained in:
Bastien Wirtz
2020-09-04 15:43:44 -07:00
parent bcf0e1bec2
commit ffe3404a2a
4 changed files with 9 additions and 19 deletions

View File

@@ -2,8 +2,7 @@
/* Custom card colors */
/* Use with `class:` property of services in config.yml */
body #app .card .green
{
body #app .card.green {
background-color: #006600;
color: #00ff00;
}