Tweaked the style

This commit is contained in:
2025-01-12 16:05:25 +11:00
parent 9563185ef1
commit 42dbe038cf
5 changed files with 76 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<table class="ui unstackable very basic collapsing table">
<tbody>
<tr>
<td class="smaller text">
Theme adapted from <strong>programming pages</strong> theme v{{ layout.theme_version }} (<a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">{{ layout.theme_url }}</a>)
</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,8 @@
<a class="borderless toggle item">{% include icon.liquid id='bars' %} Menu</a>
<a class="borderless item" href="{{ site.baseurl }}/">{% include icon.liquid id='home' %} Home</a>
<div class="borderless header item">
<span class="larger text">{{ site.title }}</span>
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg" width="231" height="30" style="width: unset; height: unset;">
</div>