Skip to content

Commit d20ef27

Browse files
committed
Add specific colors for miscellaneous labels
1 parent 7a2b90a commit d20ef27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack/sass/main.scss

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ pre {
7070
('priority-positive' #cfda2c #000000),
7171
('priority-favourable' #008672 #ffffff),
7272
('miscellaneous' #000000 #ffffff),
73+
('hacktoberfest' #883255 #ffffff),
74+
('invalid' #eeeeee #000000),
7375
);
7476
@each $category, $background-color, $foreground-color in $label-colors {
7577
&.#{$category} {

0 commit comments

Comments
 (0)