Skip to content

Commit

Permalink
chore: tweak buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
learosema committed Feb 5, 2024
1 parent 446c140 commit 2e22155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/css/components/_button.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.button {
padding: 0.5em 1em;
font-weight: 500;
line-height: 1;
border-radius: 1em;
background: var(--button-bg, transparent);
color: var(--button-fg, transparent);
Expand All @@ -11,8 +12,6 @@

.button--small {
font-size: 0.8em;
padding: 0.125em 1em;
border-radius: 1em;
}

.button:hover {
Expand Down

0 comments on commit 2e22155

Please sign in to comment.