diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-09-04 15:43:44 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-09-04 15:52:34 -0700 |
commit | ffe3404a2a9b36d69e880baa224375e82e64ae54 (patch) | |
tree | ad3c0ed9351dd16aa0a4458059d0f1f44c8ebb12 /public/assets/custom.css.sample | |
parent | bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928 (diff) | |
download | homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.tar.gz homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.tar.zst homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.zip |
Simplify service structure
Diffstat (limited to 'public/assets/custom.css.sample')
-rw-r--r-- | public/assets/custom.css.sample | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/assets/custom.css.sample b/public/assets/custom.css.sample index 2465757..00658d7 100644 --- a/public/assets/custom.css.sample +++ b/public/assets/custom.css.sample | |||
@@ -2,8 +2,7 @@ | |||
2 | 2 | ||
3 | /* Custom card colors */ | 3 | /* Custom card colors */ |
4 | /* Use with `class:` property of services in config.yml */ | 4 | /* Use with `class:` property of services in config.yml */ |
5 | body #app .card .green | 5 | body #app .card.green { |
6 | { | ||
7 | background-color: #006600; | 6 | background-color: #006600; |
8 | color: #00ff00; | 7 | color: #00ff00; |
9 | } | 8 | } |