2019-12-26 21:04:38 +01:00
|
|
|
.termynal-comment {
|
2019-12-28 22:37:51 +01:00
|
|
|
color: #4a968f;
|
2019-12-26 21:04:38 +01:00
|
|
|
font-style: italic;
|
2019-12-28 22:37:51 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2019-12-29 17:09:19 +01:00
|
|
|
.termy [data-termynal] {
|
2019-12-28 22:37:51 +01:00
|
|
|
white-space: pre-wrap;
|
2019-12-26 21:04:38 +01:00
|
|
|
}
|
2020-01-17 16:27:17 +01:00
|
|
|
|
|
|
|
a.external-link::after {
|
2020-01-18 19:35:49 +01:00
|
|
|
/* \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
|
|
|
}
|