remove .link border

This commit is contained in:
Simon Vieille 2022-11-13 19:08:22 +01:00
parent d75cd8b9b1
commit 41cf9590c6
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -779,7 +779,6 @@ pre[class*="language-"] {
margin: 0;
padding: 15px 0 0 0;
text-align: center;
text-decoration: none;
.link:first-child a, .link:first-child {
border-bottom-left-radius: 7px;
@ -795,6 +794,7 @@ pre[class*="language-"] {
.link {
margin: 0 1px;
display: inline-block;
text-decoration: none;
a {
display: block;