Skip to content

Commit

Permalink
Merge pull request #1146 from maykinmedia/fix/2287-mailtemplate-opacity
Browse files Browse the repository at this point in the history
[#2287] Fix mailtemplate background colors
  • Loading branch information
alextreme authored Apr 11, 2024
2 parents 6c59d2e + 1ae9816 commit d3d46c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/open_inwoner/static/mailcss/email.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ td.align-center {
}

.td-mail__bg-info {
background-color: #D5E6F6;
background-color: #eef5fc;
}

.td-mail__bg-success {
background-color: #ECF4EC;
background-color: #edf6ef;
}

.td-mail__bg-danger {
background-color: #FFEDDF;
background-color: #fef8f1;
}

.td-mail__bg-white {
Expand Down

0 comments on commit d3d46c9

Please sign in to comment.