fix: icon consistency

This commit is contained in:
Cory Dransfeldt 2023-08-06 20:51:59 -07:00
parent bf2efcadae
commit 9391506983
No known key found for this signature in database

View file

@ -29,9 +29,14 @@
</span> </span>
{{ title }} {{ title }}
</h1> </h1>
<a href="/" class="icon--28 icon--bold link--icon"> <div class="flex flex-row gap-6">
{% tablericon "home-move" "Home • Cory Dransfeldt" %} <a href="/feeds" class="icon--24 link--icon">
</a> {% tablericon "rss" "Feeds • Cory Dransfeldt" %}
</a>
<a href="/" class="icon--24 link--icon">
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
</a>
</div>
</div> </div>
<div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full"> <div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
<div class="dark:text-white text-gray-800"> <div class="dark:text-white text-gray-800">