Take patch from afa433c42fd7ea0725cc86cd43be84fa14d95e5b

Check : afa433c42f
This commit is contained in:
Robbi Nespu 2021-06-22 12:25:18 +08:00 committed by Athul Cyriac Ajay
parent 24803354b5
commit 0053a709f5
1 changed files with 16 additions and 0 deletions

View File

@ -296,3 +296,19 @@ content: 'Markdown';
background: royalblue;
color: whitesmoke ;
}
/* table */
table {
border-spacing: 0;
border-collapse: collapse;
}
table th{
padding: 6px 13px;
border: 1px solid #dfe2e5;
}
table td{
padding: 6px 13px;
border: 1px solid #dfe2e5;
}