Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r7wx committed May 5, 2024
1 parent 3ed2fa7 commit 5d450d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,22 @@ theme:
It is also possible to use a custom css file by providing the path to the file:
</p>
#### JSON
```json
"theme": {
"custom_css": "/path/to/custom.css"
}
```

#### YAML

```yml
theme:
custom_css: "/path/to/custom.css"
```
<p align="justify">
Keep in mind, even if you provide a custom css file, the background and foreground colors will still be applied as long as you provide the correct templating keys in your custom css file like so:
</p>
Expand Down

0 comments on commit 5d450d8

Please sign in to comment.