Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.node-colors("1", limegreen);
.node-colors("6", goldenrod);
.node-colors("12", #CCC);
.node-colors("16", orange);
.node-colors(@class, @color)
{
@className: ~"@{class}";
.block--category@{className}
{
color: @color;
.block-header
{
background-color: @color;
}
.node--unread .node-icon i:before, .node-title a, .node-extra a
{
color: @color;
}
}
}
.node-colors("16", orange);
<xf:if is="$xf.options.boardActive AND property('xbWelcomeNotice') AND !$xf.visitor.user_id">
<xf:if is="$xf.options.boardActive AND property('xbWelcomeNotice')">