Merge pull request #151 from tmcw/improve-inline-link-style

Improve inline link style
This commit is contained in:
Nathan 2025-01-22 00:07:32 -05:00 committed by GitHub
commit 0878512754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;