Email Style Tweak (#2699)

This commit is contained in:
Joe Milazzo 2024-02-07 16:21:15 -06:00 committed by GitHub
parent d8136fb606
commit 0d14705fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 23 deletions

View File

@ -1,9 +1,3 @@
<style>
.small {
font-size: 10px;
color: lightgrey;
}
</style>
<tr>
<td>
<h1>Email Change Update</h1>
@ -27,7 +21,7 @@
</tbody>
</table>
<p class="small">If the button above does not work, please find the link here: {{Link}}</p>
<p class="small">If the button above does not work, please find the link here: <a class="small" href="{{Link}}" target="_blank">{{Link}}</a></p>
</td>
</tr>

View File

@ -1,9 +1,3 @@
<style>
.small {
font-size: 10px;
color: lightgrey;
}
</style>
<tr>
<td>
<h1>You've Been Invited!</h1>
@ -26,7 +20,7 @@
</tbody>
</table>
<p class="small">If the button above does not work, please find the link here: {{Link}}</p>
<p class="small">If the button above does not work, please find the link here: <a class="small" href="{{Link}}" target="_blank">{{Link}}</a></p>
</td>
</tr>

View File

@ -1,9 +1,3 @@
<style>
.small {
font-size: 10px;
color: lightgrey;
}
</style>
<tr>
<td>
<h1>Forgot your password?</h1>
@ -27,7 +21,7 @@
</tbody>
</table>
<p class="small">If the button above does not work, please find the link here: {{Link}}</p>
<p class="small">If the button above does not work, please find the link here: <a class="small" href="{{Link}}" target="_blank">{{Link}}</a></p>
</td>
</tr>

View File

@ -15,7 +15,6 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Spartan:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<title>Kavita - {{Preheader}}</title>
<style>
/* -------------------------------------
@ -305,6 +304,11 @@
color: #fffffe;
}
.small {
font-size: 10px;
color: #222 !important;
}
/* -------------------------------------
OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */

View File

@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
"version": "0.7.13.21"
"version": "0.7.13.22"
},
"servers": [
{