mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-23 08:10:57 +00:00
28 lines
499 B
CSS
28 lines
499 B
CSS
|
.termynal-comment {
|
||
|
color: #4a968f;
|
||
|
font-style: italic;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.termy [data-termynal] {
|
||
|
white-space: pre-wrap;
|
||
|
}
|
||
|
|
||
|
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↪";
|
||
|
}
|
||
|
|
||
|
.shadow {
|
||
|
box-shadow: 5px 5px 10px #999;
|
||
|
}
|