Skip to content

Commit de53d6e

Browse files
committed
style(mapping-matrix): make the tree lines slightly lighter
1 parent e93614f commit de53d6e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

generate-mapping-matrix.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,34 +322,34 @@ def generate_html(rows, columns, context):
322322
position: absolute;
323323
top: calc(50% + 10px);
324324
bottom: 0;
325-
border-left: 1.5px solid #777;
325+
border-left: 1.5px solid #999;
326326
}}
327327
.tree-vline {{
328328
position: absolute;
329329
top: 0;
330330
bottom: 0;
331-
border-left: 1.5px solid #777;
331+
border-left: 1.5px solid #999;
332332
}}
333333
.tree-mid {{
334334
position: absolute;
335335
top: 0;
336336
bottom: 0;
337-
border-left: 1.5px solid #777;
337+
border-left: 1.5px solid #999;
338338
}}
339339
.tree-mid::after {{
340340
content: '';
341341
position: absolute;
342342
top: 50%;
343343
left: 0;
344344
width: 6px;
345-
border-top: 1.5px solid #777;
345+
border-top: 1.5px solid #999;
346346
}}
347347
.tree-last {{
348348
position: absolute;
349349
top: 0;
350350
height: 50%;
351-
border-left: 1.5px solid #777;
352-
border-bottom: 1.5px solid #777;
351+
border-left: 1.5px solid #999;
352+
border-bottom: 1.5px solid #999;
353353
width: 6px;
354354
border-bottom-left-radius: 3px;
355355
}}

0 commit comments

Comments
 (0)