Skip to content

Commit

Permalink
Fix light theme buy button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 19, 2024
1 parent 81996d6 commit 506d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/assets/scss/galleries/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ body div.availableForPurchase {
padding: 0.5rem .5rem;
background-color: rgba(0, 0, 0, .7);
border-radius: .5rem;
color: var(--text-2);
color: white;
font-size: .8rem;
font-weight: bold;
line-height: .575rem;
Expand Down

0 comments on commit 506d3a8

Please sign in to comment.