Compare commits

...

2 Commits

Author SHA1 Message Date
edbrz9 3a07fcc631 add style to all link in all p (for q&a too) 2022-12-30 19:39:07 +01:00
edbrz9 3dddf6aa48 add style to link in txt 2022-12-30 19:38:36 +01:00
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@ p {
div.promptext {
font-weight: 400;
padding: 5px;
}
p a {
text-decoration: underline;
cursor: pointer;
}