a in Link so noscript works

This commit is contained in:
2022-10-08 14:07:56 +02:00
parent 2ac80fe8f2
commit 0d0a6791fd
3 changed files with 18 additions and 10 deletions

View File

@ -28,4 +28,9 @@ body {
max-width: 900px;
margin: 0 auto;
}
}
a.nostyle {
text-decoration: inherit;
color: inherit;
}