add style to link in txt

This commit is contained in:
edbrz9 2022-12-30 19:38:36 +01:00
parent dc29160cb3
commit 3dddf6aa48
1 changed files with 5 additions and 0 deletions

View File

@ -41,3 +41,8 @@ div.promptext {
font-weight: 400;
padding: 5px;
}
section#output p a {
text-decoration: underline;
cursor: pointer;
}