Fix icon colors

This commit is contained in:
2024-01-22 22:30:05 -06:00
parent 07ddc100c0
commit 1265d3d4a9
16 changed files with 176 additions and 85 deletions

View File

@ -10,6 +10,7 @@
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="alternate" href="/feed/feed.json" type="application/json" title="{{ metadata.title }}">
{% if metadata.pgpkey %}<link rel="pgpkey" href="{{ metadata.pgpkey | safe }}">{% endif %}
<meta name="generator" content="{{ eleventy.generator }}">
{#- Bundle CSS #}
@ -56,7 +57,7 @@
<a href="#skip" class="visually-hidden">Skip to main content</a>
<header>
<a href="/" class="home-link"><img src="{{ metadata.logo }}" alt="{{ metadata.title }}"></a>
<a href="/" class="home-link"><img class="logo" src="{{ metadata.logo }}" alt="{{ metadata.title }}"></a>
<nav>
<h2 class="visually-hidden">Top level navigation menu</h2>
@ -65,7 +66,7 @@
<a class="nav-item" href="{{ entry.url }}"{% if entry.url == page.url %} aria-current="page"{% endif %}><li {% if entry.url == page.url %} data-currentpage="true"{% endif %}>{{ entry.title }}</li></a>
{%- endfor %}
<a class="nav-item" href="/feed/feed.xml">
<li subscribe">
<li class="subscribe">
<!-- RSS Logo -->
<svg class="nav-icon" viewBox="0 0 155 155" width="153.349" height="152.909" version="1.0" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(-427.323 -373.814)">
@ -93,6 +94,10 @@
<main id="skip">
{{ content | safe }}
</main>
<footer>© Nathan Upchurch 2022 - 2024</footer>
<footer><p>© Nathan Upchurch 2022 - 2024<br>
<a href="https://fediring.net/previous?host=nathanupchurch.com">←</a>
<a href="https://fediring.net/">Fediring</a>
<a href="https://fediring.net/next?host=nathanupchurch.com">→</a>
</p></footer>
</body>
</html>