Skip to content

Commit

Permalink
#66: Fix to email template inline css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Oct 23, 2024
1 parent d91b464 commit 4fa30da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/biocache-service/templates/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@

.button:hover{
color: white;
background-color: rgb(53, 97, 150);
background-color: rgb(53, 97, 150) !important;
text-decoration: none;
}
</style>
</head>
<body>
<div style="text-align: center;">
<div style="text-align: center; background-color: #eee; border-radius: 1em; padding: 2em; display: inline-block;">
<h1>🎉 Je download staat klaar in het portaal 🎉</h1>
<a class="button" style="background-color: #a83d7a; color: white; border-radius: 0.5em; padding: 1em; margin: 1em; display: inline-block; font-weight: bold;" href="[url]">
<a class="button" style="background-color: #a83d7a; color: white; border-radius: 0.5em; padding: 1em; margin: 1em; display: inline-block; font-weight: bold;}" href="[url]">
🖴 Nu downloaden
</a>
<p style="margin-top: 2em;">
Expand Down

0 comments on commit 4fa30da

Please sign in to comment.