This commit is contained in:
Jacky Zhao
2023-07-08 14:36:02 -07:00
parent b3480bdc49
commit b90590b9f4
7 changed files with 24 additions and 8 deletions

View File

@ -216,6 +216,10 @@ pre {
overflow-x: auto;
border: 1px solid var(--lightgray);
&:has(> code.mermaid) {
border: none;
}
& > code {
background: none;
padding: 0;
@ -261,15 +265,14 @@ tbody, li, p {
}
table {
border: 2px solid var(--gray);
width: 100%;
border: 1px solid var(--gray);
padding: 1.5rem;
border-collapse: collapse;
}
td, th {
padding: 0.2rem 1rem;
border: 2px solid var(--gray);
border: 1px solid var(--gray);
}
img {