add style to link in txt
This commit is contained in:
parent
dc29160cb3
commit
3dddf6aa48
|
@ -40,4 +40,9 @@ p {
|
||||||
div.promptext {
|
div.promptext {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
section#output p a {
|
||||||
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Reference in New Issue