Add CSS for table borders.
This commit is contained in:
parent
f7eecfd7a5
commit
ed4d16cafa
1 changed files with 13 additions and 0 deletions
|
@ -100,6 +100,19 @@ blockquote
|
|||
padding-inline-end: 20px;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table, table th, table td
|
||||
{
|
||||
border: 1px solid var(--color_maintext);
|
||||
}
|
||||
table th, table td
|
||||
{
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
ol ol, ul ul, ol ul, ul ol
|
||||
{
|
||||
padding-inline-start: 20px;
|
||||
|
|
Loading…
Reference in a new issue