nodebb-theme-halloween
Version:
Halloween theme for NodeBB
26 lines (23 loc) • 342 B
text/less
.btn {
&.btn-primary {
background: @halloween1opaque;
border: 1px solid @halloween1border;
}
}
.nav-pills {
li {
a {
color: #fff;
}
&.active {
a {
color: #000;
background: @halloween1opaque;
}
}
}
}
.img-thumbnail {
background: @halloween2;
border: 1px solid @halloween2border;
}