Skip to content

Commit

Permalink
Remove extra space after link tag
Browse files Browse the repository at this point in the history
  • Loading branch information
QnJ1c2kNCg authored and lpil committed Aug 14, 2024
1 parent b9a9a12 commit d823367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/css/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ h6 {

a {
color: var(--color-link);
display: inline-block;
text-decoration-color: var(--color-link-decoration);
}

Expand Down Expand Up @@ -164,4 +165,4 @@ html.theme-light .theme-button.-light {
.link.padded,
.navbar .link {
padding: calc(var(--gap-quarter) * 0.5) var(--gap-quarter) 0;
}
}

0 comments on commit d823367

Please sign in to comment.