fix code in tables

This commit is contained in:
Cory LaViska
2021-10-05 10:41:39 -04:00
parent 3722f46b8e
commit 1e03d222c5

View File

@@ -291,6 +291,10 @@ strong {
padding: 2px 4px;
}
.markdown-section tr:nth-child(2n) code {
background-color: rgb(var(--sl-color-neutral-100));
}
kbd,
.markdown-section kbd {
font-family: var(--sl-font-mono);
@@ -429,6 +433,11 @@ kbd,
white-space: nowrap;
}
.markdown-section table sl-tooltip code {
border-bottom: dashed 1px rgb(var(--sl-color-neutral-300));
cursor: help;
}
/* Iframes */
.markdown-section iframe {
border: none;