add style to all link in all p (for q&a too)

This commit is contained in:
edbrz9 2022-12-30 19:39:07 +01:00
parent 3dddf6aa48
commit 3a07fcc631
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ div.promptext {
padding: 5px; padding: 5px;
} }
section#output p a { p a {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
} }