This commit is contained in:
Chocobozzz 2020-12-29 16:18:53 +01:00
parent eb05781a79
commit f7ddbcbd58
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 11 additions and 2 deletions

View File

@ -163,9 +163,18 @@ body {
.description {
margin: 10px 0 20px 0;
border-left: 1px solid;
padding-left: 1em;
border-left: 1px solid #dee2e6;
padding-left: 10px;
word-break: break-word;
a {
color: #0056b3;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.metadatas {