Skip to content

Commit

Permalink
add theme customization docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Apr 28, 2024
1 parent 5384bda commit f858de0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/reference/customizetheme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Customize the Theme

To customize the visual apperiance of the photobooth app, add your rules to the `./userdata/private.css` file.

## Example: Adjust the Buttons' Size on the Frontpage

```css
.action-button {
font-size: 1.0rem;
}
.action-button *>.q-icon {
font-size: 4.5rem;
}
```

## Contribute, add your examples here

Reach out in a [discussion](https://github.com/photobooth-app/photobooth-app/discussions) to add your rules here so others can benefit from your work 🙏.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ nav:
- Reference:
- reference/index.md
- reference/foldersandurls.md
- reference/customizetheme.md
- reference/bulktransferfiles.md
- reference/api.md
- Support:
Expand Down

0 comments on commit f858de0

Please sign in to comment.