Compare commits

...

2 Commits

Author SHA1 Message Date
c 25eae4ab3c fix broken table-colours after boostrap update 2023-06-08 16:07:05 +02:00
c 17bbe5453f add rudimentary footer 2023-06-08 15:55:16 +02:00
3 changed files with 17 additions and 0 deletions

8
_includes/footer.html Normal file
View File

@ -0,0 +1,8 @@
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/" class="nav-link">Git</a></li>
</ul>
</div>
</footer>

View File

@ -15,5 +15,6 @@
{{ content }}
</div>
{% include footer.html %}
</body>
</html>

View File

@ -18,6 +18,10 @@ $nav-link-hover-bg: #3F3F3E;
$font-size-base: 1.4rem;
$line-height-base: 1.2;
$table-color: #C8C8C8;
$table-bg: #3F3F3E;
.titletext {
color: #81BB27;
}
@ -32,6 +36,10 @@ body > .container {
background-color: #43543F;
}
.table a{
color: #81BB27;
}
// If you want to provide the Ubuntu font, place those font files in assets/css/font
/* ubuntu-mono-regular - latin */