Improve inline link style

This commit is contained in:
Tom MacWright 2024-09-09 17:32:46 -04:00
parent 10aabb2a34
commit 792ca07395
No known key found for this signature in database
GPG key ID: CEBC26A37F3D1D9F

View file

@ -176,6 +176,14 @@ body.theme-dark {
overflow: hidden;
}
.github-link-inline-section:first-child {
border-radius: 3.5px 0 0 3.5px;
}
.github-link-inline-section:last-child {
border-radius: 0 3.5px 3.5px 0;
}
.github-link-inline-icon {
display: inline-flex;
padding: 2px 0;