added homer

This commit is contained in:
dominikhoebert
2024-08-02 16:59:41 +02:00
parent ac95c2bbdb
commit a9a494d3f8
5 changed files with 177 additions and 2 deletions

View File

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