diff --git a/README.md b/README.md index cbc16fb..4982f4b 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,23 @@ The following table contains the CSS variables you can modify to change the user | --social-post-background-color | #84ddee | The color for the background of social posts. | | --social-post-border | none | The border for the social posts. | +The custom styles of some events are documented below. + +#### Java Forum Stuttgart + +``` +--event-background-color:#FCB913; +--event-text-color: #000000; +--event-running-session-color: #FFF8DD; +--event-next-session-color: #FFF8DD; +--event-closed-room-color: #FFF8DD; +--event-room-border: 1px solid #000000; +--social-background-color: #FFF8DD; +--social-text-color: #000000; +--social-post-background-color: #FFFFFF; +--social-post-border: 1px solid #FCB913; +``` + ### Create Hashed Password For security reasons the password is not stored in cleartext. *Apus* requires the password to be hashed using [bcrypt](https://en.wikipedia.org/wiki/Bcrypt). Of course, *Apus* can do this for you. Start the JAR file providing the parameter `-p` followed by the password you want to create a hash for. The output will show you two lines of code. The first line contains the hashed password and the second line contains the same hashed password, but with the dollar signs escaped ready to copy and paste it into a `docker-compose.yaml`. Example: