Skip to content

Commit

Permalink
border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Sep 23, 2025
1 parent 4598a2a commit 90539e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modern-bas.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ body {
text-decoration: none;
color: var(--link-color);
border: 1px solid transparent;
border-top-left-radius: var(--bs-border-radius);
border-top-right-radius: var(--bs-border-radius);
border-radius: var(--bs-border-radius);
margin-right: 0.25rem;
transition: all 0.15s ease-in-out;
}
Expand Down

0 comments on commit 90539e4

Please sign in to comment.