mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Custom ICON, LOGO + inline CSS for dark theme.
This commit is contained in:
parent
dd7a2aa8a6
commit
fa57e84601
@ -5,14 +5,21 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title>{{hostname}} - Mail-in-a-Box Control Panel</title>
|
<link rel="icon" href="/admin/assets/images/wicon-32.png" type="image/png">
|
||||||
|
|
||||||
|
<title>{{hostname}} - Control Panel</title>
|
||||||
|
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/admin/assets/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="/admin/assets/bootstrap/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="/admin/assets/bootstrap/css/custom.dark.bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="/admin/assets/bootstrap/css/custom.dark.bootstrap.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
color: #ffffff;
|
||||||
|
background: #161616;
|
||||||
|
overflow-y: scroll;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,7 +169,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>This is a <a href="https://mailinabox.email">Mail-in-a-Box</a>.</p>
|
<p align="center"><a href="https://{{hostname}}/mail/" target="_blank"><img src="/admin/assets/images/wlogo-100.png" alt="wlogo-100" title="This is a Mail-in-a-Box"/></a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user