mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Email Style Tweak (#2699)
This commit is contained in:
parent
d8136fb606
commit
0d14705fb4
@ -1,9 +1,3 @@
|
|||||||
<style>
|
|
||||||
.small {
|
|
||||||
font-size: 10px;
|
|
||||||
color: lightgrey;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h1>Email Change Update</h1>
|
<h1>Email Change Update</h1>
|
||||||
@ -27,7 +21,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
<style>
|
|
||||||
.small {
|
|
||||||
font-size: 10px;
|
|
||||||
color: lightgrey;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h1>You've Been Invited!</h1>
|
<h1>You've Been Invited!</h1>
|
||||||
@ -26,7 +20,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
<style>
|
|
||||||
.small {
|
|
||||||
font-size: 10px;
|
|
||||||
color: lightgrey;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<h1>Forgot your password?</h1>
|
<h1>Forgot your password?</h1>
|
||||||
@ -27,7 +21,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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 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>
|
<title>Kavita - {{Preheader}}</title>
|
||||||
<style>
|
<style>
|
||||||
/* -------------------------------------
|
/* -------------------------------------
|
||||||
@ -305,6 +304,11 @@
|
|||||||
color: #fffffe;
|
color: #fffffe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small {
|
||||||
|
font-size: 10px;
|
||||||
|
color: #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* -------------------------------------
|
/* -------------------------------------
|
||||||
OTHER STYLES THAT MIGHT BE USEFUL
|
OTHER STYLES THAT MIGHT BE USEFUL
|
||||||
------------------------------------- */
|
------------------------------------- */
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
},
|
},
|
||||||
"version": "0.7.13.21"
|
"version": "0.7.13.22"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user