Underline links in main content

This commit is contained in:
Luca 2023-03-30 00:32:00 +02:00
parent e9cea2af30
commit fbf89b79ee
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ main {
margin-bottom: 0 !important;
}
p a {
text-decoration: underline;
}
& > p > img {
max-width: 100%;
}