added nav to other lsio sites, added custom meta to control header css

This commit is contained in:
Alex Phillips 2021-02-25 11:59:53 -05:00
parent 28a6e206c9
commit 9d5749a60a
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<div class="pre-header-links">
<a href="https://linuxserver.io">site</a> |
<a href="https://linuxserver.io">forum</a> |
<a href="https://linuxserver.io">fleet</a>
</div>

View File

@ -0,0 +1,12 @@
<style>
.pre-header-links {
background-color: #0a0c0f;
text-align: right;
padding-right: 10px;
}
.pre-header-links a {
border-bottom: none;
color: #fff;
}
</style>