mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Update config documentation for header theming (#2555)
This commit is contained in:
parent
3453eef75d
commit
0ab5a1781c
@ -91,13 +91,12 @@ The default logo displayed in the top left corner of the Alfresco Content Applic
|
||||
|
||||
### Header Background color
|
||||
|
||||
You can change the header background color by specifying the color code for the "headerColor" key:
|
||||
You can change the header text and background colors by specifying the color code for the "headerTextColor" and "headerColor" keys:
|
||||
|
||||
```json
|
||||
{
|
||||
"application": {
|
||||
"headerColor": "#ffffff"
|
||||
}
|
||||
"headerTextColor": "#000000",
|
||||
"headerColor": "#ffffff"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user