lil swerve

This commit is contained in:
tengel 2024-10-24 10:28:26 -05:00
parent ff4f33ae9f
commit 968aca2973
4 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before After
Before After

View file

@ -2,6 +2,6 @@
<svg width="256px" height="256px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <svg width="256px" height="256px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g> <g>
<path fill="none" d="M0 0h24v24H0z"/> <path fill="none" d="M0 0h24v24H0z"/>
<path fill="#7a9d55" d="M14.886 2l-4.438 7.686A6.5 6.5 0 1 1 6.4 12.7L12.576 2h2.31zM12 11.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z"/> <path fill="#c79908" d="M14.886 2l-4.438 7.686A6.5 6.5 0 1 1 6.4 12.7L12.576 2h2.31zM12 11.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z"/>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 322 B

Before After
Before After

View file

@ -78,6 +78,10 @@ kbd {
display:block; display:block;
font-size: 14px; font-size: 14px;
} }
.footdesc a{
color:#666666;
text-decoration:none;
}
.footlink { .footlink {
text-align: center; text-align: center;
} }

View file

@ -31,7 +31,7 @@
<footer id="footer"> <footer id="footer">
<div class="content middle"> <div class="content middle">
<span class="footdesc">[ retreat to airlock ]</span> <span class="footdesc">[ <a rel="me" target="_blank" href="https://mastodon.social/@techeun">techeun</a> ]</span>
</div> </div>
</footer> </footer>