-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 🙏. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters