35 lines
725 B
HTML
35 lines
725 B
HTML
<style>
|
|
.headerlink {
|
|
background-color: #555;
|
|
color: white;
|
|
float: none;
|
|
border: none;
|
|
border-style: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 14px 16px;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.headerlink:hover {
|
|
background-color: #777;
|
|
color: white;
|
|
}
|
|
|
|
hr {
|
|
height: 2px !important;
|
|
color: #555 !important;
|
|
background-color: #555 !important;
|
|
}
|
|
</style>
|
|
<center>
|
|
<p id="HtmlIsTheWorstThingIHaveEverUsed">
|
|
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
|
|
<a class="headerlink" href="{{site.url}}building">Building</a>
|
|
<a class="headerlink" href="{{site.url}}modchart">Modcharts</a>
|
|
<a class="headerlink" href="{{site.url}}guides">Guides</a>
|
|
<br>
|
|
<hr>
|
|
</p>
|
|
</center>
|