update networks

This commit is contained in:
Simon Vieille 2022-09-18 23:52:15 +02:00
parent e937a0a668
commit 78b5ed29ef
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -701,6 +701,16 @@ pre[class*="language-"] {
margin: 0; margin: 0;
padding: 15px 0 0 0; padding: 15px 0 0 0;
text-align: center; text-align: center;
.link:first-child a, .link:first-child {
border-bottom-left-radius: 7px;
border-top-left-radius: 7px;
}
.link:last-child a, .link:last-child {
border-bottom-right-radius: 7px;
border-top-right-radius: 7px;
}
} }
.link { .link {
@ -709,11 +719,11 @@ pre[class*="language-"] {
a { a {
display: block; display: block;
font-size: 13px; font-size: 17px;
padding-top: 1px; padding-top: 1px;
padding-right: 1px; padding-right: 0px;
height: 20px; height: 25px;
width: 20px; width: 25px;
overflow: hidden; overflow: hidden;
color: $color-white; color: $color-white;