Skip to content

Commit

Permalink
Correct table td background color
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 28, 2024
1 parent 5f2fddf commit 8b9af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packs/stylesheets/email.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ table.button.expanded center {
table.button:hover table td,
table.button:visited table td,
table.button:active table td {
background: #c24b29;
background: #147dc2;
color: #fefefe;
}

Expand Down

0 comments on commit 8b9af4b

Please sign in to comment.