1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Custom ICON, LOGO + inline CSS for dark theme.

This commit is contained in:
just4d 2019-03-05 00:58:13 +01:00 committed by GitHub
parent dd7a2aa8a6
commit fa57e84601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -->