// ********
// Add Gradient to Node & Thread Body
.node-body, .structItem.structItem--thread {
background: linear-gradient(180deg, #F8F7F1 45%, #ddd3ad 90%) no-repeat;
}
// Change Node & Thread Links to Burgandy
.node-title a {
color: rgb(135,8,7);
text-decoration: none;
}
.structItem-title a {
color: rgb(135,8,7);
text-decoration: none;
}
// Change Node & Thread Hover to Orange
.node-title a:hover {
color: rgb(232, 162, 75);
}
.structItem-title a:hover {
color: rgb(232, 162, 75);
}
// *********