UNPKG
nodebb-theme-halloween
Version:
latest (0.0.2)
0.0.2
0.0.1
Halloween theme for NodeBB
barisusakli/nodebb-theme-halloween
nodebb-theme-halloween
/
less
/
category.less
21 lines
(17 loc)
•
265 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import
"../../nodebb-theme-vanilla/less/category"
;
.category
{
.topic-row
{
background
:
@halloween1
;
a
,
h3
{
color
: black; }
img
{
.sepia
; } }
.sidebar-block
{
.block-header
{
background
:
@halloweenNeutral
; } } }