typer/docs/css/custom.css

24 lines
451 B
CSS
Raw Normal View History

.termynal-comment {
color: #4a968f;
font-style: italic;
display: block;
}
2019-12-29 17:09:19 +01:00
.termy [data-termynal] {
white-space: pre-wrap;
}
2020-01-17 16:27:17 +01:00
a.external-link::after {
/* \00A0 is a non-breaking space
to make the mark be on the same line as the link
*/
content: "\00A0[↪]";
}
a.internal-link::after {
/* \00A0 is a non-breaking space
to make the mark be on the same line as the link
*/
content: "\00A0↪";
2020-01-17 16:27:17 +01:00
}