3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

Initial touch up (fixed ver)

This commit is contained in:
Kiran 2022-08-16 22:59:17 +01:00
parent e012f478e5
commit 4050042f14
4 changed files with 5 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -7,7 +7,7 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Airship - Moderation bot for Discord</title>
<title>Airship - A Zeppelin Fork</title>
</head>
<body>
<noscript>

View file

@ -18,13 +18,10 @@
<a href="https://github.com/CodeTheDev/Airship">GitHub</a>
</li>
<li>
<a href="https://discord.com/invite/w8njuNu">Discord</a>
<a href="https://discord.gg/wilbur">Discord</a>
</li>
<li>
<a href="https://www.patreon.com/zeppelinbot">Patreon</a>
</li>
<li>
<a href="/privacy-policy">Privacy Policy</a>
<a href="https://wilbursootlive.notion.site/Wilbur-Soot-Discord-Privacy-Policy-f6d87ba5c3034cc6b820d6a64af212fa">Privacy Policy</a>
</li>
</ul>
</div>

View file

@ -2,8 +2,8 @@
width: 100vw;
min-height: 100vh;
background-color: #7289da;
background-image: linear-gradient(225deg, #7289da 0%, #5d70b4 100%);
background-color: #B64C48;
background-image: linear-gradient(225deg, #B64C48 0%, #BB342F 100%);
color: #fff;
display: flex;