Skip to content

Commit 7daae46

Browse files
committed
use themed colours
1 parent 9a129ce commit 7daae46

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

resources/css/bem/user-tag.less

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@
44
.user-tag {
55
.default-border-radius();
66
.link-plain();
7-
.link-white();
87
display: flex;
98
overflow: hidden;
9+
color: hsl(var(--hsl-c1));
1010

1111
&__item {
1212
padding: 3px 6px;
1313

1414
&--category {
15-
background: #444;
16-
color: #aaa;
15+
background: hsl(var(--hsl-b3));
1716
}
1817

1918
&--count {
20-
background: #222;
19+
background: hsl(var(--hsl-b5));
2120
}
2221

2322
&--name {
24-
background: #555;
23+
background: hsl(var(--hsl-b2));
2524
}
2625
}
2726
}

0 commit comments

Comments
 (0)