The template "Tab" has a gray line crossing through the middle? Is there a way to remove it?
Source:
{{#switch:{{{table}}}
|#default=
<td style="
padding:0;
flex:1;
border-right:1px solid #d7dd9a;
">
<div class="tab-rubik" style="
width:100%;
padding:16px 0;
text-align:center;
background:#d7dd9a;
font-weight:500;
">
[[{{{link|{{{2|{{{1}}}}}}}}}|{{{1|link}}}]]
</div>
</td>
|true|start=
<table style="
width:100%;
table-layout:fixed;
margin-bottom:10px;
border:2px solid #d7dd9a;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-collapse:collapse;
background:#d7dd9a;
overflow:hidden;
">
<tr style="display:flex;">
|end=
</tr>
</table>
}}