Skip to content

Commit

Permalink
feat: update table style
Browse files Browse the repository at this point in the history
  • Loading branch information
p208p2002 committed Oct 26, 2024
1 parent 5623f61 commit 08b07cb
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/modules/MdRender/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,21 @@
padding-right: 5px;
margin-left: 6px;
color: var(--text-2);
}
#MD tr:first-child{
border-width: 0px 0px 2px 0px;
}ㄕ

#MD .md-table-container tr:first-child{
border-width: 1px 0px 2px 0px;
border-style: solid;
border-color: var(--main-1);;
}
#MD td{
padding: 5px;

#MD .md-table-container tr{
border-width: 1px 0px 1px 0px;
border-style: solid;
border-color: var(--support-1);;
}

#MD .md-table-container th, td{
padding-right: 10px;
padding-left: 3px;
}

0 comments on commit 08b07cb

Please sign in to comment.