Skip to content

Commit

Permalink
update global button style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 10, 2024
1 parent 8e5ccda commit 40a46f3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/styles/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,5 @@ a {
button {
background: none;
border: none;
border-radius: 8px;
display: flex;
gap: 0.5rem;
font-size: 1.25rem;
cursor: pointer;
}

button.primary,
button.menu {
background: colors.$primary;
}

button.secondary {
background: colors.$secondary;
}

button.menu {
font-family: fonts.$mono;
}

0 comments on commit 40a46f3

Please sign in to comment.