Skip to content

Commit

Permalink
button background color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrtm committed Dec 3, 2020
1 parent adff491 commit 27dd532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ body{
.sold-out-button {
border-radius: 5px;
margin: 30px 10px;
background-color: #ccc;
background-color: var(--background-color-table);
padding: 5px;
}

0 comments on commit 27dd532

Please sign in to comment.