Update Customization

Random Penguin 2025-04-02 18:21:01 -05:00
parent 40e0e9f9e8
commit 111d7915a2

@ -136,6 +136,7 @@ Bookface uses a number of CSS pseudo-elements to label buttons in the "Frio" the
--add-photo-button-text: 'Add Photos';
--follow-button-text: 'Follow';
--save-button-text: 'Save';
--new-message-text: 'New Message';
```
Note that you need to escape single or double quotes and you **cannot** use HTML entities like ` ` or `&` etc. Any unicode characters should be fine, however.
@ -163,6 +164,7 @@ Let's say you added a style block like this to translate the labels into Danish:
--add-photo-button-text: 'Tilføj billeder';
--follow-button-text: 'Følge';
--save-button-text: 'Spare';
--new-message-text: 'Ny Besked';
}
</style>
```