Skip to content

Commit

Permalink
refactor: text align
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed May 1, 2024
1 parent df62dab commit 1d5b064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/control/Link/Link.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ diamond-link {
border: 0 none;
color: var(--diamond-theme-link-color);
cursor: pointer;
display: inline;
margin: 0;
padding: 0;
text-align: inherit;
text-decoration: var(--diamond-link-text-decoration);
}

Expand Down

0 comments on commit 1d5b064

Please sign in to comment.