Links in commands
This commit is contained in:
@ -12,4 +12,21 @@
|
||||
font-family: inherit;
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.line a:link, .line a:visited, .line a:hover, .line a:active {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.line a::after {
|
||||
content: "⤤";
|
||||
color: var(--repl-color);
|
||||
font-size: 80%;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.line .cmd {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
Reference in New Issue
Block a user