kopia lustrzana https://github.com/shoelace-style/shoelace
fix code in tables
rodzic
3722f46b8e
commit
1e03d222c5
|
|
@ -291,6 +291,10 @@ strong {
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-section tr:nth-child(2n) code {
|
||||||
|
background-color: rgb(var(--sl-color-neutral-100));
|
||||||
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
.markdown-section kbd {
|
.markdown-section kbd {
|
||||||
font-family: var(--sl-font-mono);
|
font-family: var(--sl-font-mono);
|
||||||
|
|
@ -429,6 +433,11 @@ kbd,
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-section table sl-tooltip code {
|
||||||
|
border-bottom: dashed 1px rgb(var(--sl-color-neutral-300));
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
/* Iframes */
|
/* Iframes */
|
||||||
.markdown-section iframe {
|
.markdown-section iframe {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue