mirror of
https://github.com/linuxserver/cstate.git
synced 2026-02-05 03:27:26 +08:00
added nav to other lsio sites, added custom meta to control header css
This commit is contained in:
parent
28a6e206c9
commit
9d5749a60a
5
layouts/partials/custom/above-header.html
Normal file
5
layouts/partials/custom/above-header.html
Normal 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>
|
||||
12
layouts/partials/custom/meta.html
Normal file
12
layouts/partials/custom/meta.html
Normal 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>
|
||||
Loading…
x
Reference in New Issue
Block a user