This commit is contained in:
parent
2b8ab02de6
commit
6685176e55
3 changed files with 124 additions and 88 deletions
|
|
@ -43,8 +43,16 @@
|
|||
<meta name="theme-color" content="#1e1b17">
|
||||
<!-- End Favicon -->
|
||||
|
||||
<link rel="stylesheet" href="/config/main.css">
|
||||
<div class="logo"><a href="/"><img src="/config/logo.png" alt="Site logo" /></a></div>
|
||||
<!-- Styesheet+Logo -->
|
||||
<style>
|
||||
html * {font-family:monospace,sans-serif;}
|
||||
body {background-color:#121619;margin:40px auto;max-width:650px;padding:0 10px;color:#65f85a;}
|
||||
a {color:#b8f1b4;}
|
||||
hr {color:#65f85a;}
|
||||
.topbar a {color:#65f85a;}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/config/main.css">
|
||||
<div class="logo"><a href="/"><img src="/config/logo.png" /></a></div>
|
||||
<!-- End Styles+Logo -->
|
||||
|
||||
<!-- Navigation -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue