Skip to content

Commit

Permalink
Documentation is here!
Browse files Browse the repository at this point in the history
  • Loading branch information
Clooos authored Aug 30, 2023
1 parent c7fe561 commit ceecc2b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,16 @@ This card has no options.
type: custom:bubble-card
card_type: empty-column
```

## Styling

There is no styling options (for now) but it fully support [card-mod](https://github.com/thomasloven/lovelace-card-mod).

Here is an example on how you can change the font size:
```yaml
card_mod:
style: |
ha-card {
font-size: 12px;
}
```

0 comments on commit ceecc2b

Please sign in to comment.