|
|
@ -87,13 +87,13 @@ The latest version of Spreed WebRTC can be found on GitHub: |
|
|
|
|
|
|
|
|
|
|
|
## Branding |
|
|
|
## Branding |
|
|
|
|
|
|
|
|
|
|
|
Insert logo in `static/img/`. Edit `src/styles/global/_branding.scss` to link |
|
|
|
Insert logo in `static/img`. Edit `src/styles/global/_branding.scss` to link |
|
|
|
to desired custom logo. It is also possible to insert the raw svg data. |
|
|
|
to desired custom logo. It is also possible to insert the raw svg data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Skins |
|
|
|
## Skins |
|
|
|
|
|
|
|
|
|
|
|
Insert skins in `src/styles/global/skins` and edit the `@import "theme/light";` |
|
|
|
Insert skins in `src/styles/global/skins` and edit the `@import "skins/light";` |
|
|
|
line in `src/styles/global/_variables.scss`. Available skins are light and |
|
|
|
line in `src/styles/global/_variables.scss`. Available skins are light and |
|
|
|
dark. It is recommended to create a new skin file if you wish to customize |
|
|
|
dark. It is recommended to create a new skin file if you wish to customize |
|
|
|
colors. |
|
|
|
colors. |
|
|
|