Submodule updates, minor CSS fixes

This commit is contained in:
Peter 2022-03-29 23:57:11 +02:00
parent 01f51d2251
commit 69e3cc9598
5 changed files with 9 additions and 7 deletions

@ -1 +1 @@
Subproject commit 8591bbf4ed94abd9fe8dcbc03861badcd5e1d3d3
Subproject commit 455459c7a5b40b3f4b73a253df2bac2c997f7572

View File

@ -135,6 +135,10 @@ body.apps-classic, body.games {
text-align: center;
}
a.button {
margin-bottom: 2.5rem;
}
a.button:visited, a.button:active, a.button:link {
color: #f9f9f9 !important;
border-bottom: 0px;
@ -165,7 +169,7 @@ footer * ul {
font-size: 0.7em;
}
footer * ul li:first-child::after {
footer * ul.footer-nav li:first-child::after {
content: " |";
}

@ -1 +1 @@
Subproject commit e66e75ffb524df1249d930ba887c35a02e068026
Subproject commit d9240430e88bb8c33186ae86912eeb7814f1ec07

View File

@ -6,13 +6,11 @@
<ul class="list-inline">
{% if config.extra.footer.info %}
<li class="list-inline-item">{{ config.extra.footer.info | default(value="Powered by AdiDoks") | safe }}</li>
{% else %}
<li class="list-inline-item">Powered by <a href="https://www.netlify.com/">Netlify</a>, <a href="https://www.getzola.org/">Zola</a>, and <a href="https://github.com/aaranxu/adidoks">AdiDoks</a></li>
{% endif %}
</ul>
</div>
<div class="col-lg-8 order-first order-lg-last text-lg-end">
<ul class="list-inline">
<ul class="list-inline footer-nav">
{% if config.extra.footer.nav %}
{% for val in config.extra.footer.nav %}
<li class="list-inline-item"><a href="{{ get_url(path=val.url, trailing_slash=true) | safe }}">{{ val.name }}</a></li>

@ -1 +1 @@
Subproject commit 7c49c002afbcaaa46fc8128f5715349b248fa53b
Subproject commit 5c698271c460046034605b743a15196b12e32887