File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 183183</div>
184184
185185<div class="box">
186- <span class="label label--labs">Labs</span>
186+ <span class="label label--labs-label ">Labs</span>
187187</div>
188188
189189++++
Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ span.label--function {
120120 color : rgba (var (--colors-lavender-50 ));
121121}
122122
123- span .label--labs {
124- background : rgba (var (--color-labs ));
125- color : rgba (var (--colors-neutral-10 ));
126- }
127-
128123span .label--current {
129124 background : rgba (var (--colors-baltic-50 ));
130125 color : rgba (var (--colors-baltic-10 ));
@@ -239,6 +234,11 @@ span.label--labs {
239234 background : var (--color-labs );
240235}
241236
237+ span .label--labs-label {
238+ background : var (--color-labs );
239+ color : rgba (var (--colors-neutral-10 ));
240+ }
241+
242242span .label--graph-academy {
243243 background : var (--success-color );
244244}
Original file line number Diff line number Diff line change 1010 "product" : " Labs" ,
1111 "displayText" : " Labs"
1212 },
13+ "labs-label" :{
14+ "description" : " Neo4j Labs project label" ,
15+ "labelCategory" : " product" ,
16+ "product" : " Labs" ,
17+ "displayText" : " Labs"
18+ },
1319 "graph-academy" :{
1420 "description" : " Neo4j Graph Academy" ,
1521 "labelCategory" : " content" ,
You can’t perform that action at this time.
0 commit comments