Clickeable command

This commit is contained in:
2021-12-26 16:17:40 +01:00
parent 651646f19e
commit cf17d56f76
3 changed files with 56 additions and 10 deletions

View File

@ -28,5 +28,8 @@
.line .cmd {
cursor: pointer;
text-decoration: underline;
}
text-decoration: underline dotted;
}
.line .cmd::before {content: "'"}
.line .cmd::after {content: "'"}