Highlight the sticky container colour
Template: extra.less
Change the sticky container title text
Template: extra.less
Template: extra.less
CSS:
.structItemContainer-group--sticky {
background-color: lightgreen;
}
Change the sticky container title text
Template: extra.less
CSS:
.structItemContainer-group--sticky .structItem-title a:link,
.structItemContainer-group--sticky .structItem-title a:visited {
color: red;
}