mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
Improve inline link style
This commit is contained in:
parent
10aabb2a34
commit
792ca07395
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue